Share via


IDataSourceInfo interface

Interface for data source info

Properties

apis

Available APIs for the data source

dataSourceType

Optional data source type field

primaryKey

Optional primary key field

tableId

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