FileSystemPropertiesPaged class

Definition

An Iterable of File System properties.

FileSystemPropertiesPaged(*args, **kwargs)
Inheritance
azure.storage.blob._models.ContainerPropertiesPaged
FileSystemPropertiesPaged

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
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(azure.storage.filedatalake.FileSystemProperties)
The current page of listed results.