Class StaticValueDataProvider

Simple data provider that provides a static value for all regions. Mostly only useful for testing.

Example

dataReference: {
providerId: "static",
value: 42,
},

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

id: string

A unique provider id to associate with the provider (e.g. "mock"). This ID can be used from a MetricDataReference in a metric to reference the data from this provider.

Methods

Generated using TypeDoc