Share via


continuation_token Class

Represents a continuation token for listing operations.

class continuation_token;

Members

Public Constructors

Name Description

continuation_token::continuation_token Constructor

Overloaded. Initializes a new instance of the continuation_token class.

Public Methods

Name Description

continuation_token::empty Method

Gets a value indicating whether the continuation token is empty.

continuation_token::next_marker Method

Gets the next marker for continuing results for enumeration operations.

continuation_token::set_next_marker Method

Sets the next marker for continuing results for enumeration operations.

continuation_token::set_target_location Method

Sets the location that the token applies to.

continuation_token::target_location Method

Gets the location that the token applies to.

Public Operators

Name Description

continuation_token::operator= Operator

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

See Also

Reference

azure::storage Namespace