DataflowEndpointFabricOneLakeArgs

data class DataflowEndpointFabricOneLakeArgs(val authentication: Output<DataflowEndpointFabricOneLakeAuthenticationArgs>, val batching: Output<BatchingConfigurationArgs>? = null, val host: Output<String>, val names: Output<DataflowEndpointFabricOneLakeNamesArgs>, val oneLakePathType: Output<Either<String, DataflowEndpointFabricPathType>>) : ConvertibleToJava<DataflowEndpointFabricOneLakeArgs>

Microsoft Fabric endpoint properties

Constructors

Link copied to clipboard
constructor(authentication: Output<DataflowEndpointFabricOneLakeAuthenticationArgs>, batching: Output<BatchingConfigurationArgs>? = null, host: Output<String>, names: Output<DataflowEndpointFabricOneLakeNamesArgs>, oneLakePathType: Output<Either<String, DataflowEndpointFabricPathType>>)

Properties

Link copied to clipboard

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

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

Batching configuration.

Link copied to clipboard
val host: Output<String>

Host of the Microsoft Fabric in the form of https://.fabric.microsoft.com.

Link copied to clipboard

Names of the workspace and lakehouse.

Link copied to clipboard

Type of location of the data in the workspace. Can be either tables or files.

Functions

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