Partager via


IndexingPolicy Constructeurs

Définition

Surcharges

IndexingPolicy()

Initialise une nouvelle instance de la classe IndexingPolicy.

IndexingPolicy(Nullable<Boolean>, String, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>)

Initialise une nouvelle instance de la classe IndexingPolicy.

IndexingPolicy()

Initialise une nouvelle instance de la classe IndexingPolicy.

public IndexingPolicy ();
Public Sub New ()

S’applique à

IndexingPolicy(Nullable<Boolean>, String, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>)

Initialise une nouvelle instance de la classe IndexingPolicy.

public IndexingPolicy (bool? automatic = default, string indexingMode = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.IncludedPath> includedPaths = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath> excludedPaths = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CompositePath>> compositeIndexes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec> spatialIndexes = default);
new Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy : Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.IncludedPath> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.ExcludedPath> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CompositePath>> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.SpatialSpec> -> Microsoft.Azure.Management.CosmosDB.Models.IndexingPolicy
Public Sub New (Optional automatic As Nullable(Of Boolean) = Nothing, Optional indexingMode As String = Nothing, Optional includedPaths As IList(Of IncludedPath) = Nothing, Optional excludedPaths As IList(Of ExcludedPath) = Nothing, Optional compositeIndexes As IList(Of IList(Of CompositePath)) = Nothing, Optional spatialIndexes As IList(Of SpatialSpec) = Nothing)

Paramètres

automatic
Nullable<Boolean>

Indique si la stratégie d’indexation est automatique

indexingMode
String

Indique le mode d’indexation. Les valeurs possibles sont les suivantes : 'consistent', 'lazy', 'none'

includedPaths
IList<IncludedPath>

Liste des chemins d’accès à inclure dans l’indexation

excludedPaths
IList<ExcludedPath>

Liste des chemins d’accès à exclure de l’indexation

compositeIndexes
IList<IList<CompositePath>>

Liste des chemins d’accès composites

spatialIndexes
IList<SpatialSpec>

Liste des spécificités spatiales

S’applique à