C#C++F#VB
TableQuerySegment Class
Represents a table query segment.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public ref class TableQuerySegment sealed : IEnumerable<DynamicTableEntity^>, IEnumerable
[<Sealed>] type TableQuerySegment = class interface IEnumerable<DynamicTableEntity> interface IEnumerable end
Public NotInheritable Class TableQuerySegment Implements IEnumerable(Of DynamicTableEntity), IEnumerable
Properties
| Name | Description | |
|---|---|---|
| ContinuationTokenContinuationTokenContinuationTokenContinuationToken | Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation. | |
| ResultsResultsResultsResults | Gets an enumerable collection of results. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetEnumerator()()()() | Returns an enumerator that iterates through the DynamicTableEntity collection. | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable.::..GetEnumerator()()()() | Returns an enumerator that iterates through a collection. |
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.