CosmosDBExcludedPath Class

Definition

The CosmosDBExcludedPath.

public class CosmosDBExcludedPath : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBExcludedPath>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBExcludedPath>
type CosmosDBExcludedPath = class
    interface IJsonModel<CosmosDBExcludedPath>
    interface IPersistableModel<CosmosDBExcludedPath>
Public Class CosmosDBExcludedPath
Implements IJsonModel(Of CosmosDBExcludedPath), IPersistableModel(Of CosmosDBExcludedPath)
Inheritance
CosmosDBExcludedPath
Implements

Constructors

CosmosDBExcludedPath()

Initializes a new instance of CosmosDBExcludedPath.

Properties

Path

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*).

Explicit Interface Implementations

IJsonModel<CosmosDBExcludedPath>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CosmosDBExcludedPath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBExcludedPath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBExcludedPath>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CosmosDBExcludedPath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to