CosmosMongoDataTransferDataSourceSink Class

Definition

A CosmosDB Mongo API data source/sink.

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

Constructors

CosmosMongoDataTransferDataSourceSink(String, String)

Initializes a new instance of CosmosMongoDataTransferDataSourceSink.

Properties

CollectionName

Gets or sets the collection 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<CosmosMongoDataTransferDataSourceSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<CosmosMongoDataTransferDataSourceSink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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