Class MongoCollectionIndex
Inheritance
System.Object
MongoCollectionIndex
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MongoCollectionIndex
Fields
View SourceKeys
Specifies the list of user settable keys for each Cosmos DB Mongo Collection.
Declaration
public readonly ImmutableArray<string> Keys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Unique
Is the index unique or not? Defaults to false.
Declaration
public readonly bool? Unique
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |