Data Flow Endpoint Fabric One Lake Args
data class DataFlowEndpointFabricOneLakeArgs(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(batching: Output<BatchingConfigurationArgs>? = null, host: Output<String>, names: Output<DataFlowEndpointFabricOneLakeNamesArgs>, oneLakePathType: Output<Either<String, DataFlowEndpointFabricPathType>>)