Share via


ExcludedPath Class

Definition

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

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

Constructors

ExcludedPath()

Properties

Path

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

Applies to