IWithSpatialIndexes<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.
É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 à
Azure SDK for .NET