IndexingPolicy Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IndexingPolicy() |
Initialisiert eine neue instance der IndexingPolicy-Klasse. |
IndexingPolicy(Nullable<Boolean>, String, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>) |
Initialisiert eine neue instance der IndexingPolicy-Klasse. |
IndexingPolicy()
Initialisiert eine neue instance der IndexingPolicy-Klasse.
public IndexingPolicy ();
Public Sub New ()
Gilt für:
IndexingPolicy(Nullable<Boolean>, String, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>)
Initialisiert eine neue instance der IndexingPolicy-Klasse.
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)
Parameter
- indexingMode
- String
Gibt den Indizierungsmodus an. Mögliche Werte: "konsistent", "lazy", "none"
- includedPaths
- IList<IncludedPath>
Liste der Pfade, die in die Indizierung einbezogen werden sollen
- excludedPaths
- IList<ExcludedPath>
Liste der Pfade, die von der Indizierung ausgeschlossen werden sollen
- compositeIndexes
- IList<IList<CompositePath>>
Liste der zusammengesetzten Pfadliste
- spatialIndexes
- IList<SpatialSpec>
Liste der räumlichen Besonderheiten
Gilt für:
Azure SDK for .NET