Table of Contents

Class IncludedPath

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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

public sealed class IncludedPath
Inheritance
IncludedPath
Inherited Members
Extension Methods

Constructors

IncludedPath()

public IncludedPath()

Properties

Path

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

public string Path { get; set; }

Property Value

string

The path to be indexed.

Remarks

Some valid examples: /"prop"/?, /"prop"/**, /"prop"/"subprop"/?, /"prop"/[]/?

See Also