AzureBlobDataTransferDataSourceSink Class

Definition

An Azure Blob Storage data source/sink.

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

Constructors

AzureBlobDataTransferDataSourceSink(String)

Initializes a new instance of AzureBlobDataTransferDataSourceSink.

Properties

ContainerName

Gets or sets the container name.

EndpointUri

Gets or sets the endpoint uri.

Explicit Interface Implementations

IJsonModel<AzureBlobDataTransferDataSourceSink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<AzureBlobDataTransferDataSourceSink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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