Partager via


IDefinition<ParentT> Interface

Définition

Intégralité d’une définition de stratégie d’indexation dans le cadre d’une définition parente.

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

Implémente

Méthodes

Attach()

Intégralité d’une définition de stratégie d’indexation dans le cadre d’une définition parente.

(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>)
WithCompositePath(CompositePath)

Spécifie un chemin d’accès composite attaché à la dernière liste.

(Hérité de IWithCompositeIndexList<ParentT>)
WithCompositePath(String, CompositePathSortOrder)

Spécifie un chemin d’accès composite attaché à la dernière liste.

(Hérité de IWithCompositeIndexList<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 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 d’accès 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 à