Dataflow Endpoint Data Lake Storage Args
data class DataflowEndpointDataLakeStorageArgs(val authentication: Output<DataflowEndpointDataLakeStorageAuthenticationArgs>, val batching: Output<BatchingConfigurationArgs>? = null, val host: Output<String>) : ConvertibleToJava<DataflowEndpointDataLakeStorageArgs>
Azure Data Lake endpoint properties
Constructors
Link copied to clipboard
constructor(authentication: Output<DataflowEndpointDataLakeStorageAuthenticationArgs>, batching: Output<BatchingConfigurationArgs>? = null, host: Output<String>)