C#
C++
F#
VB
ResultSegment<TElement><TElement><'TElement>(Of TElement) Class
Represents a result segment that was retrieved from the total set of possible results.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.::..ResultSegment<TElement><TElement><'TElement>(Of TElement)
Syntax
Type Parameters
- TElement
The type of the element returned in the result segment.
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.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
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.