ExcludedPath Class

Definition

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

public sealed class ExcludedPath : Microsoft.Azure.Documents.JsonSerializable
type ExcludedPath = class
    inherit JsonSerializable
Public NotInheritable Class ExcludedPath
Inherits JsonSerializable
Inheritance
ExcludedPath
Implements

Constructors

ExcludedPath()

Initializes a new instance of the ExcludedPath class for the Azure Cosmos DB service.

Properties

Path

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

Methods

Clone()

Creates a copy of the excluded path in the Azure Cosmos DB service.

LoadFrom(JsonReader)

Loads the object from the specified JSON reader in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
LoadFrom(JsonReader, JsonSerializerSettings)

Loads the object from the specified JSON reader in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy)

Saves the object to the specified stream in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy, JsonSerializerSettings)

Saves the object to the specified stream in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
ToString()

Returns the string representation of the object in the Azure Cosmos DB service.

(Inherited from JsonSerializable)

Applies to