Partager via


IBlank<ParentT> Interface

Définition

Première étape d’une définition de stratégie d’indexation.

public interface IBlank<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAutomatic<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithCompositeIndexes<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithExcludedPaths<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithIncludedPaths<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithIndexingMode<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithSpatialIndexes<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IBlank<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithAutomatic<'ParentT>
    interface IWithIndexingMode<'ParentT>
    interface IWithIncludedPaths<'ParentT>
    interface IWithExcludedPaths<'ParentT>
    interface IWithCompositeIndexes<'ParentT>
    interface IWithSpatialIndexes<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithAutomatic(Of ParentT), IWithCompositeIndexes(Of ParentT), IWithExcludedPaths(Of ParentT), IWithIncludedPaths(Of ParentT), IWithIndexingMode(Of ParentT), IWithSpatialIndexes(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

Méthodes

Attach()

Première étape d’une définition de stratégie d’indexation.

(Hérité de IInDefinition<ParentT>)
WithAutomatic(Boolean)

Spécifie le paramètre automatique.

(Hérité de IWithAutomatic<ParentT>)
WithCompositeIndex(IList<CompositePath>)

Spécifie un index composite.

(Hérité de IWithCompositeIndexes<ParentT>)
WithCompositeIndexes(IList<IList<CompositePath>>)

Spécifie les index composites.

(Hérité de IWithCompositeIndexes<ParentT>)
WithExcludedPath(ExcludedPath)

Spécifie un chemin d’accès exclu.

(Hérité de IWithExcludedPaths<ParentT>)
WithExcludedPath(String)

Spécifie un chemin d’accès exclu.

(Hérité de IWithExcludedPaths<ParentT>)
WithExcludedPaths(IList<ExcludedPath>)

Spécifie les chemins d’accès exclus.

(Hérité de IWithExcludedPaths<ParentT>)
WithIncludedPath(IncludedPath)

Spécifie un chemin d’accès inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIncludedPath(String)

Spécifie un chemin d’accès inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIncludedPaths(IList<IncludedPath>)

Spécifie les chemins inclus.

(Hérité de IWithIncludedPaths<ParentT>)
WithIndexingMode(IndexingMode)

Spécifie le mode d’indexation.

(Hérité de IWithIndexingMode<ParentT>)
WithNewCompositeIndexList()

Spécifie une liste vide d’index composite pour définir chaque chemin composite.

(Hérité de IWithCompositeIndexes<ParentT>)
WithSpatialIndex(SpatialSpec)

Spécifie un index spatial.

(Hérité de IWithSpatialIndexes<ParentT>)
WithSpatialIndex(String, SpatialType[])

Spécifie un index spatial.

(Hérité de IWithSpatialIndexes<ParentT>)
WithSpatialIndexes(IList<SpatialSpec>)

Spécifie les index spatiaux.

(Hérité de IWithSpatialIndexes<ParentT>)

S’applique à