Table of Contents

Class MongoIndexKeys

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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

keys IList<string>

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

Properties

Keys

Gets or sets list of keys for each MongoDB collection in the Azure Cosmos DB service

public IList<string> Keys { get; set; }

Property Value

IList<string>