IWithAttach<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.
Dernière étape de la définition de la collection mongo.
public interface IWithAttach<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.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 IWithAttach<'ParentT> = interface
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 IWithAttach(Of ParentT)
Implements IInDefinition(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.
- Dérivé
- Implémente
-
IWithOptions<IWithAttach<ParentT>> IWithThroughput<IWithAttach<Parent>> IWithThroughput<IWithAttach<ParentT>> IWithIndex<ParentT> IWithOptions<ParentT> IWithShardKey<ParentT> IWithThroughput<ParentT> IInDefinition<ParentT>
Méthodes
Attach() |
Dernière étape de la définition de la collection mongo. (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