Class MongoCollectionIndexArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CosmosDB.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MongoCollectionIndexArgs : ResourceArgs
Constructors
View SourceMongoCollectionIndexArgs()
Declaration
public MongoCollectionIndexArgs()
Properties
View SourceKeys
Specifies the list of user settable keys for each Cosmos DB Mongo Collection.
Declaration
public InputList<string> Keys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Unique
Is the index unique or not? Defaults to false.
Declaration
public Input<bool> Unique { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |