Share via


DataTransferJobGetResultData.Destination Property

Definition

Destination DataStore details Please note DataTransferDataSourceSink is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureBlobDataTransferDataSourceSink, BaseCosmosDataTransferDataSourceSink, CosmosCassandraDataTransferDataSourceSink, CosmosMongoDataTransferDataSourceSink and CosmosSqlDataTransferDataSourceSink.

public Azure.ResourceManager.CosmosDB.Models.DataTransferDataSourceSink Destination { get; set; }
member this.Destination : Azure.ResourceManager.CosmosDB.Models.DataTransferDataSourceSink with get, set
Public Property Destination As DataTransferDataSourceSink

Property Value

Applies to