MongoDBCollectionGetPropertiesResource interface
Cosmos DB MongoDB 集合資源物件
- Extends
繼承的屬性
analytical |
分析TTL。 |
create |
列舉,表示資源建立模式。 |
etag | 系統產生的屬性,表示開放式並行控制所需的資源 etag。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
id | Cosmos DB MongoDB 集合的名稱 |
indexes | 索引鍵清單 |
restore |
用來指出還原相關信息的參數 |
rid | 系統產生的屬性。 唯一標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
shard |
要套用要求之分區索引鍵的索引鍵/值組。 |
ts | 系統產生的屬性,表示資源上次更新的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性詳細資料
analyticalStorageTtl
createMode
etag
系統產生的屬性,表示開放式並行控制所需的資源 etag。 注意:這個屬性不會串行化。 它只能由伺服器填入。
etag?: string
屬性值
string
id
Cosmos DB MongoDB 集合的名稱
id: string
屬性值
string
繼承自
indexes
restoreParameters
用來指出還原相關信息的參數
restoreParameters?: ResourceRestoreParameters
屬性值
rid
shardKey
要套用要求之分區索引鍵的索引鍵/值組。
shardKey?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
ts
系統產生的屬性,表示資源上次更新的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。
ts?: number
屬性值
number