IncludedPath Class

Definition

Specifies a path within a JSON document to be included in the Azure Cosmos DB service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonIncludedPathConverter))]
public sealed class IncludedPath
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonIncludedPathConverter))>]
type IncludedPath = class
Public NotInheritable Class IncludedPath
Inheritance
IncludedPath
Attributes

Constructors

IncludedPath()

Properties

Path

Gets or sets the path to be indexed in the Azure Cosmos DB service.

Applies to