C#
C++
F#
VB
TableResultSegment Class
Represents a segment of CloudTable results, with continuation information for pagination scenarios.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<Sealed>] type TableResultSegment = class interface IEnumerable<CloudTable> interface IEnumerable end
Public NotInheritable Class TableResultSegment Implements IEnumerable(Of CloudTable), IEnumerable
Properties
Name | Description | |
---|---|---|
ContinuationTokenContinuationTokenContinuationTokenContinuationToken | Gets the continuation token used to retrieve the next segment of CloudTable results. Returns null if there are no more results. | |
ResultsResultsResultsResults | Gets an enumerable collection of CloudTable results. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetEnumerator()()()() | Returns an enumerator that iterates through the segment of CloudTable results. | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.::..GetEnumerator()()()() |
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.