DataFlowEndpointDataLakeStorageArgs

data class DataFlowEndpointDataLakeStorageArgs(val batching: Output<BatchingConfigurationArgs>? = null, val host: Output<String>) : ConvertibleToJava<DataFlowEndpointDataLakeStorageArgs>

Azure Data Lake endpoint properties

Constructors

Link copied to clipboard
constructor(batching: Output<BatchingConfigurationArgs>? = null, host: Output<String>)

Properties

Link copied to clipboard
val batching: Output<BatchingConfigurationArgs>? = null

Azure Data Lake endpoint batching configuration.

Link copied to clipboard
val host: Output<String>

Host of the Azure Data Lake in the form of .blob.core.windows.net .

Functions

Link copied to clipboard
open override fun toJava(): DataFlowEndpointDataLakeStorageArgs