Dataflow Endpoint Data Lake Storage Response
data class DataflowEndpointDataLakeStorageResponse(val authentication: DataflowEndpointDataLakeStorageAuthenticationResponse, val batching: BatchingConfigurationResponse? = null, val host: String)
Azure Data Lake endpoint properties
Constructors
Link copied to clipboard
constructor(authentication: DataflowEndpointDataLakeStorageAuthenticationResponse, batching: BatchingConfigurationResponse? = null, host: String)