IUpdate<ParentT> Schnittstelle

Definition

Die gesamte Indizierungsrichtlinie wird als Teil des übergeordneten Updates aktualisiert.

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

Typparameter

ParentT

Die Phase des übergeordneten Updates, zu der nach dem Anfügen dieses Updates zurückzukehren ist.

Implementiert

Methoden

Attach()

Fügt die letzte Liste des zusammengesetzten Indexes an.

(Geerbt von IWithCompositeIndexList<ParentT>)
Parent()

Die gesamte Indizierungsrichtlinie wird als Teil des übergeordneten Updates aktualisiert.

(Geerbt von ISettable<ParentT>)
WithAutomatic(Boolean)

Gibt die automatische Einstellung an.

(Geerbt von IWithAutomatic<ParentT>)
WithCompositeIndex(IList<CompositePath>)

Gibt einen zusammengesetzten Index an.

(Geerbt von IWithCompositeIndexes<ParentT>)
WithCompositeIndexesAppend(IList<IList<CompositePath>>)

Fügt zusammengesetzte Indizes an.

(Geerbt von IWithCompositeIndexes<ParentT>)
WithCompositeIndexesReplace(IList<IList<CompositePath>>)

Ersetzt die zusammengesetzten Indizes.

(Geerbt von IWithCompositeIndexes<ParentT>)
WithCompositePath(CompositePath)

Gibt einen zusammengesetzten Pfad an, der an die letzte Liste angefügt wird.

(Geerbt von IWithCompositeIndexList<ParentT>)
WithCompositePath(String, CompositePathSortOrder)

Gibt einen zusammengesetzten Pfad an, der an die letzte Liste angefügt wird.

(Geerbt von IWithCompositeIndexList<ParentT>)
WithExcludedPath(ExcludedPath)

Gibt einen ausgeschlossenen Pfad an.

(Geerbt von IWithExcludedPaths<ParentT>)
WithExcludedPath(String)

Gibt einen ausgeschlossenen Pfad an.

(Geerbt von IWithExcludedPaths<ParentT>)
WithExcludedPathsAppend(IList<ExcludedPath>)

Fügt ausgeschlossene Pfade an.

(Geerbt von IWithExcludedPaths<ParentT>)
WithExcludedPathsReplace(IList<ExcludedPath>)

Ersetzt die ausgeschlossenen Pfade.

(Geerbt von IWithExcludedPaths<ParentT>)
WithIncludedPath(IncludedPath)

Gibt einen eingeschlossenen Pfad an.

(Geerbt von IWithIncludedPaths<ParentT>)
WithIncludedPath(String)

Gibt einen eingeschlossenen Pfad an.

(Geerbt von IWithIncludedPaths<ParentT>)
WithIncludedPathsAppend(IList<IncludedPath>)

Fügt enthaltene Pfade an.

(Geerbt von IWithIncludedPaths<ParentT>)
WithIncludedPathsReplace(IList<IncludedPath>)

Ersetzt die eingeschlossenen Pfade.

(Geerbt von IWithIncludedPaths<ParentT>)
WithIndexingMode(IndexingMode)

Gibt den Indizierungsmodus an.

(Geerbt von IWithIndexingMode<ParentT>)
WithNewCompositeIndexList()

Gibt eine leere Liste des zusammengesetzten Indexes an, um jeden zusammengesetzten Pfad festzulegen.

(Geerbt von IWithCompositeIndexes<ParentT>)
WithoutCompositeIndexes()

Entfernt alle zusammengesetzten Indizes.

(Geerbt von IWithCompositeIndexes<ParentT>)
WithoutExcludedPath(String)

Entfernt einen ausgeschlossenen Pfad.

(Geerbt von IWithExcludedPaths<ParentT>)
WithoutExcludedPaths()

Entfernt alle ausgeschlossenen Pfade.

(Geerbt von IWithExcludedPaths<ParentT>)
WithoutIncludedPath(String)

Entfernt einen eingeschlossenen Pfad.

(Geerbt von IWithIncludedPaths<ParentT>)
WithoutIncludedPaths()

Entfernt alle enthaltenen Pfade.

(Geerbt von IWithIncludedPaths<ParentT>)
WithoutIndexingMode()

Entfernt den Indizierungsmodus.

(Geerbt von IWithIndexingMode<ParentT>)
WithoutSpatialIndex(String)

Entfernt einen räumlichen Index.

(Geerbt von IWithSpatialIndexes<ParentT>)
WithoutSpatialIndexes()

Entfernt alle räumlichen Indizes.

(Geerbt von IWithSpatialIndexes<ParentT>)
WithSpatialIndex(SpatialSpec)

Gibt einen räumlichen Index an.

(Geerbt von IWithSpatialIndexes<ParentT>)
WithSpatialIndex(String, SpatialType[])

Gibt einen räumlichen Index an.

(Geerbt von IWithSpatialIndexes<ParentT>)
WithSpatialIndexesAppend(IList<SpatialSpec>)

Fügt räumliche Indizes an.

(Geerbt von IWithSpatialIndexes<ParentT>)
WithSpatialIndexesReplace(IList<SpatialSpec>)

Ersetzt die räumlichen Indizes.

(Geerbt von IWithSpatialIndexes<ParentT>)

Gilt für: