共用方式為


MongoDBCollectionResource interface

Cosmos DB MongoDB 集合資源物件

屬性

analyticalStorageTtl

分析TTL。

createMode

表示資源建立模式的列舉。

id

Cosmos DB MongoDB 集合的名稱

indexes

索引鍵清單

restoreParameters

用來指出還原相關信息的參數

shardKey

要套用要求之分區索引鍵的索引鍵/值組。

屬性詳細資料

analyticalStorageTtl

分析TTL。

analyticalStorageTtl?: number

屬性值

number

createMode

表示資源建立模式的列舉。

createMode?: string

屬性值

string

id

Cosmos DB MongoDB 集合的名稱

id: string

屬性值

string

indexes

索引鍵清單

indexes?: MongoIndex[]

屬性值

restoreParameters

用來指出還原相關信息的參數

restoreParameters?: ResourceRestoreParameters

屬性值

shardKey

要套用要求之分區索引鍵的索引鍵/值組。

shardKey?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}