PathPropertiesPaged class

Definition

An Iterable of Path properties.

PathPropertiesPaged(command, recursive, path=None, max_results=None, continuation_token=None, upn=None)
Inheritance
typing.Iterator
PathPropertiesPaged

Parameters

command
callable

Function to retrieve the next page of items.

path
str

Filters the results to return only paths under the specified path.

max_results
int

The maximum number of psths to retrieve per call.

continuation_token
str

An opaque continuation token.

Variables

path
str
Filters the results to return only paths under the specified path.
results_per_page
int
The maximum number of results retrieved per API call.
continuation_token
str
The continuation token to retrieve the next page of results.
current_page
list(azure.storage.filedatalake.PathProperties)
The current page of listed results.