ExcludedPath.Path Propiedad

Definición

Obtiene o establece la ruta de acceso que se excluirá de la indexación en el servicio Azure Cosmos DB.

[Newtonsoft.Json.JsonProperty(PropertyName="path")]
public string Path { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="path")>]
member this.Path : string with get, set
Public Property Path As String

Valor de propiedad

Ruta de acceso que se va a excluir de la indexación.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a