Table of Contents

Class ExcludedPath

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

Specifies a path within a JSON document to be excluded while indexing data for the Azure Cosmos DB service.

public sealed class ExcludedPath
Inheritance
ExcludedPath
Inherited Members
Extension Methods

Constructors

ExcludedPath()

public ExcludedPath()

Properties

Path

Gets or sets the path to be excluded from indexing in the Azure Cosmos DB service.

public string Path { get; set; }

Property Value

string

The path to be excluded from indexing.