Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a segment of CloudTable results, with continuation information for pagination scenarios.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..TableResultSegment

Syntax

 
public sealed class TableResultSegment : IEnumerable<CloudTable>, 
	IEnumerable
 
public ref class TableResultSegment sealed : IEnumerable<CloudTable^>, 
	IEnumerable
 
[<Sealed>]
type TableResultSegment = 
    class
        interface IEnumerable<CloudTable>
        interface IEnumerable
    end
 
Public NotInheritable Class TableResultSegment
	Implements IEnumerable(Of CloudTable), IEnumerable

Properties

NameDescription
System_CAPS_pubpropertyContinuationTokenContinuationTokenContinuationTokenContinuationToken

Gets the continuation token used to retrieve the next segment of CloudTable results. Returns null if there are no more results.

System_CAPS_pubpropertyResultsResultsResultsResults

Gets an enumerable collection of CloudTable results.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()()()()

Returns an enumerator that iterates through the segment of CloudTable results.

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Explicit Interface Implementations

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top