共用方式為


FileSystemPropertiesPaged 類別

可反覆運算檔案系統屬性。

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

建構函式

FileSystemPropertiesPaged(*args, **kwargs)

參數

名稱 Description
command
必要

用來擷取下一頁專案的函式。

prefix
必要
str

篩選結果,只傳回名稱開頭為指定前置詞的檔案系統。

results_per_page
必要
int

每個呼叫要擷取的檔案系統名稱數目上限。

continuation_token
必要
str

不透明的接續權杖。

變數

名稱 Description
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]