ResultSegment Members
From Storage Client Library NET API
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Represents a result segment that was retrieved from the total set of possible results.
The following tables list the members exposed by the ResultSegment type.
Public Properties
| Name | Description | |
|---|---|---|
| ContinuationToken | Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation. | |
| HasMoreResults | Gets a value indicating whether there are additional results to retrieve. | |
| Results | Gets an enumerable collection of results. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| BeginGetNext | Begins an asynchronous operation to retrieve the next result segment. | |
| EndGetNext | Ends an asynchronous operation to retrieve the next result segment. | |
| Equals | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetNext | Gets the next result segment. | |
| GetType | (Inherited from Object) | |
| ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) |