共用方式為


MongoIndexKeys Constructors

Definition

Overloads

MongoIndexKeys()

Initializes a new instance of the MongoIndexKeys class.

MongoIndexKeys(IList<String>)

Initializes a new instance of the MongoIndexKeys class.

MongoIndexKeys()

Initializes a new instance of the MongoIndexKeys class.

public MongoIndexKeys ();
Public Sub New ()

Applies to

MongoIndexKeys(IList<String>)

Initializes a new instance of the MongoIndexKeys class.

public MongoIndexKeys (System.Collections.Generic.IList<string> keys = default);
new Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.CosmosDB.Models.MongoIndexKeys
Public Sub New (Optional keys As IList(Of String) = Nothing)

Parameters

keys
IList<String>

List of keys for each MongoDB collection in the Azure Cosmos DB service

Applies to