Class: Metadata

Metadata()

new Metadata()

Represents the metadata associated with a data source.

Source:

Members

dataSourceErrorMessage :String

Gets or sets an error message resulting from attempting to get the data source metadata, or undefined if no has error occurred.

Type:
  • String
Source:

dataSourceMetadata :MetadataItem

Gets or sets the metadata group for the data source itself.

Type:
Source:

isLoading :Boolean

Gets or sets a value indicating whether the metadata is currently loading.

Type:
  • Boolean
Source:

promise :Promise

Gets or sets a promise that, when resolved, indicates that the metadata groups are fully populated.

Type:
  • Promise
Source:

serviceErrorMessage :String

Gets or sets an error message resulting from attempting to get the service metadata, or undefined if no has error occurred.

Type:
  • String
Source:

serviceMetadata :MetadataItem

Gets or sets the metadata group for the service

Type:
Source: