Share via


DataverseDataSourceInfo interface

Interface for data source info

Extends

Properties

datasetName
entitySetName
isHidden
linkedEnvironmentMetadata
logicalName
referenceType

Inherited 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

datasetName

datasetName: string

Property Value

string

entitySetName

entitySetName?: string

Property Value

string

isHidden

isHidden?: boolean

Property Value

boolean

linkedEnvironmentMetadata

linkedEnvironmentMetadata?: ILinkedEnvironmentMetadata

Property Value

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

Table identifier

tableId: string

Property Value

string

Inherited From IDataSourceInfo.tableId

version

Optional version information

version?: string

Property Value

string

Inherited From IDataSourceInfo.version