PathPropertiesPaged class
Definition
An Iterable of Path properties.
PathPropertiesPaged(command, recursive, path=None, max_results=None, continuation_token=None, upn=None)
- Inheritance
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
- results_per_page
- int
- continuation_token
- str
- current_page
- list(azure.storage.filedatalake.PathProperties)