Represents a segment of CloudTable results, with continuation information for pagination scenarios.
The following tables list the members exposed by the TableResultSegment type.
Public Properties
Name | Description | |
---|---|---|
ContinuationToken | Gets the continuation token used to retrieve the next segment of CloudTable results. Returns null if there are no more results. | |
Results | Gets an enumerable collection of CloudTable results. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (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) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
GetEnumerator |