Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.27 KB

StatisticsKey.md

File metadata and controls

20 lines (16 loc) · 1.27 KB

StatisticsKey

Properties

Name Type Description Notes
AggregationType string Type of aggregation used in down-sampling. [default to null]
BaseName string Name of key this keys is derived from, if any. [optional] [default to null]
DefaultCacheTime int32 Default time in seconds system will used cached values. [default to null]
Description string Description of statistics key. [default to null]
Key string Key name. [default to null]
Policies []StatisticsKeyPolicy List of effective history policies for key. [optional] [default to null]
PolicyCacheTime int32 Configured time in seconds system will used cached values. [optional] [default to null]
RealName string Name of real key if this is an alias. [optional] [default to null]
Scope string Scope of key. [default to null]
Type_ string Data type of key values. [default to null]
Units string Units of key values. [default to null]

[Back to Model list] [Back to API list] [Back to README]