FileSystemPropertiesPaged Class

An Iterable of File System properties.

Inheritance
azure.storage.blob._models.ContainerPropertiesPaged
FileSystemPropertiesPaged

Constructor

FileSystemPropertiesPaged(*args, **kwargs)

Parameters

command
callable
Required

Function to retrieve the next page of items.

prefix
str
Required

Filters the results to return only file systems whose names begin with the specified prefix.

results_per_page
int
Required

The maximum number of file system names to retrieve per call.

continuation_token
str
Required

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(FileSystemProperties)

The current page of listed results.