共用方式為


MongoDBCollectionResource Class

Definition

Cosmos DB MongoDB collection resource object

public class MongoDBCollectionResource
type MongoDBCollectionResource = class
Public Class MongoDBCollectionResource
Inheritance
MongoDBCollectionResource

Constructors

MongoDBCollectionResource()

Initializes a new instance of the MongoDBCollectionResource class.

MongoDBCollectionResource(String, IDictionary<String,String>, IList<MongoIndex>, Nullable<Int32>)

Initializes a new instance of the MongoDBCollectionResource class.

Properties

AnalyticalStorageTtl

Gets or sets analytical TTL.

Id

Gets or sets name of the Cosmos DB MongoDB collection

Indexes

Gets or sets list of index keys

ShardKey

Gets or sets a key-value pair of shard keys to be applied for the request.

Methods

Validate()

Validate the object.

Applies to