IndexingPolicy Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
IndexingPolicy() |
Inicializa uma nova instância da classe IndexingPolicy. |
IndexingPolicy(Nullable<Boolean>, IndexingMode, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>) |
Inicializa uma nova instância da classe IndexingPolicy. |
IndexingPolicy()
Inicializa uma nova instância da classe IndexingPolicy.
public IndexingPolicy ();
Public Sub New ()
Aplica-se a
IndexingPolicy(Nullable<Boolean>, IndexingMode, IList<IncludedPath>, IList<ExcludedPath>, IList<IList<CompositePath>>, IList<SpatialSpec>)
Inicializa uma nova instância da classe IndexingPolicy.
public IndexingPolicy (bool? automatic = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingMode indexingMode = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath> includedPaths = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> excludedPaths = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath>> compositeIndexes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec> spatialIndexes = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy : Nullable<bool> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingMode * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath>> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingPolicy
Public Sub New (Optional automatic As Nullable(Of Boolean) = Nothing, Optional indexingMode As IndexingMode = 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)
Parâmetros
- indexingMode
- IndexingMode
Indica o modo de indexação. Os valores possíveis incluem: 'Consistente', 'Lento', 'Nenhum'
- includedPaths
- IList<IncludedPath>
Lista de caminhos a serem incluídos na indexação
- excludedPaths
- IList<ExcludedPath>
Lista de caminhos a serem excluídos da indexação
- compositeIndexes
- IList<IList<CompositePath>>
Lista de lista de caminhos compostos
- spatialIndexes
- IList<SpatialSpec>
Lista de especificações espaciais
Aplica-se a
Azure SDK for .NET