DataverseDataSourceInfo interface
Interface for data source info
- Extends
Inherited 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
datasetName
datasetName: string
Property Value
string
entitySetName
entitySetName?: string
Property Value
string
isHidden
isHidden?: boolean
Property Value
boolean
linkedEnvironmentMetadata
logicalName
logicalName?: string
Property Value
string
referenceType
referenceType?: string
Property Value
string
Inherited Property Details
apis
Available APIs for the data source
apis: {[key: string]: IApiDefinition}
Property Value
{[key: string]: IApiDefinition}
Inherited From IDataSourceInfo.apis
dataSourceType
Optional data source type field
dataSourceType?: string
Property Value
string
Inherited From IDataSourceInfo.dataSourceType
primaryKey
Optional primary key field
primaryKey?: string
Property Value
string
Inherited From IDataSourceInfo.primaryKey
tableId
version
Optional version information
version?: string
Property Value
string
Inherited From IDataSourceInfo.version