FileSystemPropertiesPaged Class
An Iterable of File System properties.
- Inheritance
-
azure.storage.blob._models.ContainerPropertiesPagedFileSystemPropertiesPaged
Constructor
FileSystemPropertiesPaged(*args, **kwargs)
Parameters
- prefix
- str
Required
Filters the results to return only file systems whose names begin with the specified prefix.
Variables
- service_endpoint
- str
The service URL.
- prefix
- str
A file system name prefix being used to filter the list.
- marker
- str
The continuation token of the current page of results.
- 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.
- location_mode
- str
The location mode being used to list results. The available options include "primary" and "secondary".
- current_page
- list(FileSystemProperties)
The current page of listed results.
Feedback
Submit and view feedback for