DataSourcePrecedence interface
The data source precedence is a way to know the precedence of each data source.
Properties
data |
The data source reference id. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
The data source type. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The data source ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The data source name NOTE: This property will not be serialized. It can only be populated by the server. |
precedence | the precedence value. |
status | The data source status. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dataSourceReferenceId
The data source reference id. NOTE: This property will not be serialized. It can only be populated by the server.
dataSourceReferenceId?: string
Property Value
string
dataSourceType
The data source type. NOTE: This property will not be serialized. It can only be populated by the server.
dataSourceType?: string
Property Value
string
id
The data source ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: number
Property Value
number
name
The data source name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
precedence
the precedence value.
precedence?: number
Property Value
number
status
The data source status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string