Share via


IncludedPath.Path Propriedade

Definição

Obtém ou define o caminho a ser indexado no serviço do 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 da propriedade

O caminho a ser indexado.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Alguns exemplos válidos: /"prop"/?, /"prop"/**, /"prop"/"subprop"/?, /"prop"/[]/?

Aplica-se a