Data
Primary Key
Summary types
Each summary is uniquely identified by its ID ($.id
).
Given the same ID, the latest version of a summary you received replaces all its previous versions.
Timeseries types
Each timeseries sample is uniquely identified by a compound key of:
- the timeseries resource type;
- the source provider;
- the Source Type; and
- the sample timestamp.
Given the same compound key, the latest value of a sample you received replaces all the previous values.