Compartir a través de


IncludedPath.Path Propiedad

Definición

Obtiene o establece la ruta de acceso que se va a indexar 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 indexar.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Algunos ejemplos válidos: /"prop"/?, /"prop"/**, /"prop"/"subprop"/?, /"prop"/[]/?

Se aplica a