CassandraTablePropertiesConfig Class

Definition

The CassandraTablePropertiesConfig.

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

Constructors

CassandraTablePropertiesConfig()

Initializes a new instance of CassandraTablePropertiesConfig.

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

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

IJsonModel<CassandraTablePropertiesConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<CassandraTablePropertiesConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraTablePropertiesConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CassandraTablePropertiesConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to