DataFlowPropertiesResponse

data class DataFlowPropertiesResponse(val mode: String? = null, val operations: List<DataFlowOperationResponse>, val profileRef: String, val provisioningState: String)

DataFlow Resource properties

Constructors

Link copied to clipboard
constructor(mode: String? = null, operations: List<DataFlowOperationResponse>, profileRef: String, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Mode for DataFlow. Optional; defaults to Enabled.

Link copied to clipboard

List of operations including source and destination references as well as transformation.

Link copied to clipboard

Reference to the DataflowProfile CR.

Link copied to clipboard

The status of the last operation.