continuation_token Class
Represents a continuation token for listing operations.
class continuation_token;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the continuation_token class. |
Public Methods
Name | Description |
---|---|
Gets a value indicating whether the continuation token is empty. |
|
Gets the next marker for continuing results for enumeration operations. |
|
Sets the next marker for continuing results for enumeration operations. |
|
Sets the location that the token applies to. |
|
Gets the location that the token applies to. |
Public Operators
Name | Description |
---|---|
Returns a reference to a continuation_token object. |
Remarks
A method that may return a partial set of results via a result segment object also returns a continuation token, which can be used in a subsequent call to return the next set of available results.
Inheritance Hierarchy
continuation_token
Requirements
Header: common.h
Namespace: azure::storage