Data - ParamStringValueDoc
The ParamStringValueDoc document is a data document that contains the properties and a set of values for a single configuration parameter.
Field | Data Type | Required | Default | Description |
---|---|---|---|---|
id | String | Yes | - | A unique identifier that is referenced by all other documents see section Unique Id Generation. |
configDocId | String | Yes | - | The unique identifier (id) of the ConfigDoc document that this document is associated with. |
paramDefDocId | String | Yes | - | The unique identifier (id) of the ParamDefinitionDoc that holds the properties for the parameter associated with the data values stored in this document. |
time | 64-bit Long | No | - | A 64-bit Long timestamp specifying the time of the associated data. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970. |
value | String | Yes | - | A free form string value. |
constant | Boolean | Yes | - | Value indicating if the current data is constant within the current configuration. |
type | Fixed String | Fixed | ParamStringValueDoc | The fixed value is always set to ParamStringValueDoc. |