DataflowEndpointDataLakeStorageArgs

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>)

Properties

Link copied to clipboard

Authentication configuration. NOTE - only authentication property is allowed per entry.

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