CosmosDBIncludedPath Class

Definition

The paths that are included in indexing.

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

Constructors

CosmosDBIncludedPath()

Initializes a new instance of CosmosDBIncludedPath.

Properties

Indexes

List of indexes for this path.

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

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

IJsonModel<CosmosDBIncludedPath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBIncludedPath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBIncludedPath>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBIncludedPath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to