C#C++F#VB
TableQuerySegment<TElement><TElement><'TElement>(Of TElement) Class
Represents a segment of results and contains continuation token information.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Table.::..TableQuerySegment<TElement><TElement><'TElement>(Of TElement)
Syntax
C++
generic<typename TElement> public ref class TableQuerySegment : IEnumerable<TElement>, IEnumerable
type TableQuerySegment<'TElement> = class interface IEnumerable<'TElement> interface IEnumerable end
Public Class TableQuerySegment(Of TElement) Implements IEnumerable(Of TElement), IEnumerable
Type Parameters
- TElement
The type of the result that the segment contains.
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.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetEnumerator()()()() | Returns an enumerator that iterates through the TableQuerySegment<TElement><TElement><'TElement>(Of TElement). | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (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.