DataflowGraphProperties interface
DataflowGraph properties.
Properties
| health |
The health state of the resource. |
| mode | The mode of the dataflow graph. |
| node |
List of connections between nodes in the dataflow graph. |
| nodes | List of nodes in the dataflow graph. |
| provisioning |
The provisioning state of the dataflow graph. |
| request |
Disk persistence mode. |
| status | The status for the dataflow graph. |
Property Details
healthState
The health state of the resource.
healthState?: string
Property Value
string
mode
The mode of the dataflow graph.
mode?: string
Property Value
string
nodeConnections
List of connections between nodes in the dataflow graph.
nodeConnections: DataflowGraphNodeConnection[]
Property Value
nodes
List of nodes in the dataflow graph.
nodes: DataflowGraphNodeUnion[]
Property Value
provisioningState
The provisioning state of the dataflow graph.
provisioningState?: string
Property Value
string
requestDiskPersistence
Disk persistence mode.
requestDiskPersistence?: string
Property Value
string