DataflowProperties interface
Dataflow Resource properties
Properties
| health |
The health state of the resource. |
| mode | Mode for Dataflow. Optional; defaults to Enabled. |
| operations | List of operations including source and destination references as well as transformation. |
| provisioning |
The status of the last operation. |
| request |
Disk persistence mode. |
| status | The status for the dataflow. |
Property Details
healthState
The health state of the resource.
healthState?: string
Property Value
string
mode
Mode for Dataflow. Optional; defaults to Enabled.
mode?: string
Property Value
string
operations
List of operations including source and destination references as well as transformation.
operations: DataflowOperation[]
Property Value
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
requestDiskPersistence
Disk persistence mode.
requestDiskPersistence?: string
Property Value
string