Dataflow Endpoint Fabric One Lake Args
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
Batching configuration.
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.