Class MongoIndexKeys
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Cosmos DB MongoDB collection resource object
public class MongoIndexKeys
- Inheritance
-
MongoIndexKeys
- Inherited Members
Constructors
MongoIndexKeys()
Initializes a new instance of the MongoIndexKeys class.
public MongoIndexKeys()
MongoIndexKeys(IList<string>)
Initializes a new instance of the MongoIndexKeys class.
public MongoIndexKeys(IList<string> keys = null)
Parameters
Properties
Keys
Gets or sets list of keys for each MongoDB collection in the Azure Cosmos DB service
public IList<string> Keys { get; set; }