IndexingPolicyDefinition<T> Classe
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.
Définition fluent de stratégie d’indexation.
public class IndexingPolicyDefinition<T>
type IndexingPolicyDefinition<'T> = class
Public Class IndexingPolicyDefinition(Of T)
Paramètres de type
- T
- Héritage
-
IndexingPolicyDefinition<T>
Constructeurs
IndexingPolicyDefinition<T>() |
Crée un instance pour les tests unitaires |
Méthodes
Attach() |
Applique la définition actuelle au parent. |
WithAutomaticIndexing(Boolean) |
Définit l’indexation CosmosContainerautomatique de . |
WithCompositeIndex() |
Définit un index composite dans la CosmosContainerdéfinition actuelle. |
WithExcludedPaths() |
Définit le CosmosContainer.ExcludedPaths |
WithIncludedPaths() |
Définit le CosmosContainer.IncludedPaths |
WithIndexingMode(IndexingMode) |
Définit le CosmosContainer.IndexingMode |
WithSpatialIndex() |
Définit un Azure.Cosmos.SpatialIndex dans la CosmosContainerdéfinition actuelle. |
S’applique à
Voir aussi
Azure SDK for .NET