CosmosDBCompositePath Class

Definition

The CosmosDBCompositePath.

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

Constructors

CosmosDBCompositePath()

Initializes a new instance of CosmosDBCompositePath.

Properties

Order

Sort order for composite paths.

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<CosmosDBCompositePath>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBCompositePath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBCompositePath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBCompositePath>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBCompositePath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to