IDefinition<ParentT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Intégralité d’une définition de collection mongo dans le cadre de la définition parente.
public interface IDefinition<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IBlank<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithIndex<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithShardKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithOptions<'ParentT>
interface IWithOptions<IWithAttach<'ParentT>>
interface IWithThroughput<'ParentT>
interface IWithThroughput<IWithAttach<'ParentT>>
interface IWithShardKey<'ParentT>
interface IWithIndex<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithIndex(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithShardKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Implémente
Méthodes
Attach() |
Intégralité d’une définition de collection mongo dans le cadre de la définition parente. (Hérité de IInDefinition<ParentT>) |
WithIndex(MongoIndex) |
Spécifie un index mongo. (Hérité de IWithIndex<ParentT>) |
WithIndex(MongoIndexKeys, MongoIndexOptions) |
Spécifie un index mongo. (Hérité de IWithIndex<ParentT>) |
WithIndexes(IList<MongoIndex>) |
Ajoute tous les index mongo aux index actuels. (Hérité de IWithIndex<ParentT>) |
WithOption(String, String) |
Spécifie une option. (Hérité de IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Ajoute toutes les options aux options actuelles. (Hérité de IWithOptions<ReturnT>) |
WithShardKey(String) |
Spécifie une clé de partition avec le type de partition par défaut « Hachage ». (Hérité de IWithShardKey<ParentT>) |
WithShardKey(String, String) |
Spécifie une clé de partition. (Hérité de IWithShardKey<ParentT>) |
WithShardKeys(IDictionary<String,String>) |
Ajoute toutes les clés de partition aux clés de partition actuelles. (Hérité de IWithShardKey<ParentT>) |
WithThroughput(Int32) |
Spécifie la valeur de débit. (Hérité de IWithThroughput<ReturnT>) |
S’applique à
Azure SDK for .NET