Share via


DataTransferJobProperties.Source Property

Definition

Source 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 Source { get; set; }
member this.Source : Azure.ResourceManager.CosmosDB.Models.DataTransferDataSourceSink with get, set
Public Property Source As DataTransferDataSourceSink

Property Value

Applies to