Partager via


IWithSpatialIndexes<ParentT> Interface

Définition

Étape de la mise à jour de la stratégie d’indexation permettant de définir des index spatiaux.

public interface IWithSpatialIndexes<ParentT>
type IWithSpatialIndexes<'ParentT> = interface
Public Interface IWithSpatialIndexes(Of ParentT)

Paramètres de type

ParentT

Étape de la mise à jour parente à laquelle revenir après l’attachement de cette mise à jour.

Dérivé

Méthodes

WithoutSpatialIndex(String)

Supprime un index spatial.

WithoutSpatialIndexes()

Supprime tous les index spatiaux.

WithSpatialIndex(SpatialSpec)

Spécifie un index spatial.

WithSpatialIndex(String, SpatialType[])

Spécifie un index spatial.

WithSpatialIndexesAppend(IList<SpatialSpec>)

Ajoute des index spatiaux.

WithSpatialIndexesReplace(IList<SpatialSpec>)

Remplace les index spatiaux.

S’applique à