Compartir a través de


ContainerProperties.IndexingPolicy Propiedad

Definición

Obtiene el IndexingPolicy asociado al contenedor del servicio Azure Cosmos DB.

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.IndexingPolicy IndexingPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IndexingPolicy : Microsoft.Azure.Cosmos.IndexingPolicy with get, set
Public Property IndexingPolicy As IndexingPolicy

Valor de propiedad

Directiva de indexación asociada al contenedor.

Atributos
Newtonsoft.Json.JsonIgnoreAttribute

Se aplica a