Namespace Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition
Interfaces
- IBlank<ParentT>
The first stage of a mongo collection definition.
- IDefinition<ParentT>
The entirety of a mongo collection definition as a part of parent definition.
- IWithAttach<ParentT>
The final stage of the mongo collection definition.
- IWithIndex<ParentT>
The stage of the mongo collection definition allowing to set indexes.
- IWithOptions<ParentT>
The stage of the mongo collection definition allowing to set options.
- IWithShardKey<ParentT>
The stage of the mongo collection definition allowing to set shard keys.
- IWithThroughput<Parent>
The stage of the mongo collection definition allowing to set throughput.