共用方式為


IncludedPath 類別

索引中包含的路徑。

繼承
azure.mgmt.cosmosdb._serialization.Model
IncludedPath

建構函式

IncludedPath(*, path: str | None = None, indexes: List[_models.Indexes] | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
path
str

套用索引行為的路徑。 索引路徑通常以根目錄開頭,並以萬用字元結尾 (/path/ >> * <<) 。

indexes

此路徑的索引清單。

變數

名稱 Description
path
str

套用索引行為的路徑。 索引路徑通常以根目錄開頭,並以萬用字元結尾 (/path/ >> * <<) 。

indexes

此路徑的索引清單。