CosmosSqlDataTransferDataSourceSink Class

Definition

A CosmosDB No Sql API data source/sink.

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

Constructors

CosmosSqlDataTransferDataSourceSink(String, String)

Initializes a new instance of CosmosSqlDataTransferDataSourceSink.

Properties

ContainerName

Gets or sets the container name.

DatabaseName

Gets or sets the database name.

RemoteAccountName

Gets or sets the remote account name.

(Inherited from BaseCosmosDataTransferDataSourceSink)

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<CosmosSqlDataTransferDataSourceSink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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