CosmosCassandraDataTransferDataSourceSink Class

Definition

A CosmosDB Cassandra API data source/sink.

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

Constructors

CosmosCassandraDataTransferDataSourceSink(String, String)

Initializes a new instance of CosmosCassandraDataTransferDataSourceSink.

Properties

KeyspaceName

Gets or sets the keyspace name.

RemoteAccountName

Gets or sets the remote account name.

(Inherited from BaseCosmosDataTransferDataSourceSink)
TableName

Gets or sets the table name.

Explicit Interface Implementations

IJsonModel<BaseCosmosDataTransferDataSourceSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BaseCosmosDataTransferDataSourceSink)
IJsonModel<CosmosCassandraDataTransferDataSourceSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosCassandraDataTransferDataSourceSink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataTransferDataSourceSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataTransferDataSourceSink)
IPersistableModel<BaseCosmosDataTransferDataSourceSink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BaseCosmosDataTransferDataSourceSink)
IPersistableModel<CosmosCassandraDataTransferDataSourceSink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosCassandraDataTransferDataSourceSink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosCassandraDataTransferDataSourceSink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataTransferDataSourceSink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataTransferDataSourceSink)

Applies to