CassandraViewGetPropertiesOptions Class

Definition

The CassandraViewGetPropertiesOptions.

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

Constructors

CassandraViewGetPropertiesOptions()

Initializes a new instance of CassandraViewGetPropertiesOptions.

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

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

IJsonModel<CassandraViewGetPropertiesOptions>.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<CassandraViewGetPropertiesOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CassandraViewGetPropertiesOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CassandraViewGetPropertiesOptions>.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