FileSystemPropertiesPaged Class

An Iterable of File System properties.

Inheritance
azure.storage.blob._models.ContainerPropertiesPaged
FileSystemPropertiesPaged

Constructor

FileSystemPropertiesPaged(*args, **kwargs)

Parameters

Name Description
command
Required

Function to retrieve the next page of items.

prefix
Required
str

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

results_per_page
Required
int

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

continuation_token
Required
str

An opaque continuation token.

Variables

Name Description
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

The current page of listed results.

Methods

next

next

next() -> Iterator[ReturnType]