Summary info for an adapter version. Contains information on the AdapterId, AdapterVersion, CreationTime, FeatureTypes, and Status.

interface AdapterVersionOverview {
    AdapterId?: string;
    AdapterVersion?: string;
    CreationTime?: Date;
    FeatureTypes?: FeatureType[];
    Status?: AdapterVersionStatus;
    StatusMessage?: string;
}

Properties

AdapterId?: string

A unique identifier for the adapter associated with a given adapter version.

AdapterVersion?: string

An identified for a given adapter version.

CreationTime?: Date

The date and time that a given adapter version was created.

FeatureTypes?: FeatureType[]

The feature types that the adapter version is operating on.

Contains information on the status of a given adapter version.

StatusMessage?: string

A message explaining the status of a given adapter vesion.