Class ExcludedPath
Specifies a path within a JSON document to be excluded while indexing data for the Azure Cosmos DB service.
public sealed class ExcludedPath : JsonSerializable, ICloneable
- Inheritance
-
ExcludedPath
- Implements
- Inherited Members
- Extension Methods
Constructors
ExcludedPath()
Initializes a new instance of the ExcludedPath class for the Azure Cosmos DB service.
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.
Methods
Clone()
Creates a copy of the excluded path in the Azure Cosmos DB service.
public object Clone()
Returns
- object
A clone of the excluded path.