MasterFlowVariableObject
The master flow variable object contains information about the connection of a specific variable and the validation message result
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
variableId |
Variable ID |
- |
string |
|
variableName |
Variable name |
- |
string |
|
serverId |
The ID of the server where the variable is stored |
- |
string |
|
serverName |
The name of the server where the variable is stored |
- |
string |
|
serverType |
Server Type - one of the ConnectionStringType enumeration |
- | ||
databaseName |
Database name |
- |
string |
|
validationMessage |
Validation message |
- |
string |
|
variableCurrentValue |
Variable current value |
- |
string |
|
variableDataType |
Variable data type |
- |
string |
|
variableType |
Variable type - single value or list |
- |
string |