IDataSourceInfo interface
Interface for data source info
Properties
| apis | Available APIs for the data source |
| data |
Optional data source type field |
| primary |
Optional primary key field |
| table |
Table identifier |
| version | Optional version information |
Property Details
apis
Available APIs for the data source
apis: {[key: string]: IApiDefinition}
Property Value
{[key: string]: IApiDefinition}
dataSourceType
Optional data source type field
dataSourceType?: string
Property Value
string
primaryKey
Optional primary key field
primaryKey?: string
Property Value
string
tableId
Table identifier
tableId: string
Property Value
string
version
Optional version information
version?: string
Property Value
string