IncludedPath 類別
索引中包含的路徑。
- 繼承
-
azure.mgmt.cosmosdb._serialization.ModelIncludedPath
建構函式
IncludedPath(*, path: str | None = None, indexes: List[_models.Indexes] | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
path
|
套用索引行為的路徑。 索引路徑通常以根目錄開頭,並以萬用字元結尾 (/path/ >> * <<) 。 |
indexes
|
此路徑的索引清單。 |
變數
名稱 | Description |
---|---|
path
|
套用索引行為的路徑。 索引路徑通常以根目錄開頭,並以萬用字元結尾 (/path/ >> * <<) 。 |
indexes
|
此路徑的索引清單。 |