CosmosMongoVCoreDataTransferDataSourceSink Class

Definition

A CosmosDB Mongo vCore API data source/sink.

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

Constructors

CosmosMongoVCoreDataTransferDataSourceSink(String, String)

Initializes a new instance of CosmosMongoVCoreDataTransferDataSourceSink.

Properties

CollectionName

Gets or sets the collection name.

ConnectionStringKeyVaultUri

Gets or sets the connection string key vault uri.

DatabaseName

Gets or sets the database name.

HostName

Gets or sets the host name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CosmosMongoVCoreDataTransferDataSourceSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<CosmosMongoVCoreDataTransferDataSourceSink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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