次の方法で共有


FileSystemPropertiesPaged クラス

ファイル システムプロパティの Iterable。

継承
azure.storage.blob._models.ContainerPropertiesPaged
FileSystemPropertiesPaged

コンストラクター

FileSystemPropertiesPaged(*args, **kwargs)

パラメーター

名前 説明
command
必須

項目の次のページを取得する関数。

prefix
必須
str

結果をフィルター処理して、名前が指定したプレフィックスで始まるファイル システムのみを返します。

results_per_page
必須
int

呼び出しごとに取得するファイル システム名の最大数。

continuation_token
必須
str

不透明な継続トークン。

変数

名前 説明
service_endpoint
str

サービス URL。

prefix
str

リストのフィルター処理に使用されるファイル システム名プレフィックス。

marker
str

結果の現在のページの継続トークン。

results_per_page
int

API 呼び出しごとに取得される結果の最大数。

continuation_token
str

結果の次のページを取得する継続トークン。

location_mode
str

結果の一覧表示に使用される場所モード。 使用可能なオプションには、"primary" と "secondary" があります。

current_page

一覧表示された結果の現在のページ。

メソッド

next

next

next() -> Iterator[ReturnType]