FileSystemPropertiesPaged class
Definition
An Iterable of File System properties.
FileSystemPropertiesPaged(*args, **kwargs)
- Inheritance
Parameters
- command
- callable
Function to retrieve the next page of items.
- prefix
- str
Filters the results to return only file systems whose names begin with the specified prefix.
- results_per_page
- int
The maximum number of file system names to retrieve per call.
- continuation_token
- str
An opaque continuation token.
Variables
- service_endpoint
- str
- prefix
- str
- marker
- str
- results_per_page
- int
- continuation_token
- str
- location_mode
- str
- current_page
- list(azure.storage.filedatalake.FileSystemProperties)