CosmosDBSqlContainerPropertiesConfig Class

Definition

The CosmosDBSqlContainerPropertiesConfig.

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

Constructors

CosmosDBSqlContainerPropertiesConfig()

Initializes a new instance of CosmosDBSqlContainerPropertiesConfig.

Properties

AutoscaleMaxThroughput

Represents maximum throughput, the resource can scale up to.

(Inherited from CosmosDBBaseConfig)
Throughput

Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details.

(Inherited from CosmosDBBaseConfig)

Explicit Interface Implementations

IJsonModel<CosmosDBBaseConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CosmosDBBaseConfig)
IJsonModel<CosmosDBBaseConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CosmosDBBaseConfig)
IJsonModel<CosmosDBSqlContainerPropertiesConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBSqlContainerPropertiesConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBBaseConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CosmosDBBaseConfig)
IPersistableModel<CosmosDBBaseConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CosmosDBBaseConfig)
IPersistableModel<CosmosDBBaseConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CosmosDBBaseConfig)
IPersistableModel<CosmosDBSqlContainerPropertiesConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBSqlContainerPropertiesConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBSqlContainerPropertiesConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to