Data - ConfigDataDoc
The ConfigDataDoc document is a data document that contains the properties and values for the data relating to a ConfigDoc.
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. |
time | 64-bit Long | Yes | - | A 64-bit Long timestamp specifying the start time of the data that this document holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970. |
text | String | Yes | - | A free form string value.. |
number | 64-bit Double | No | - | A single 64-bit double number. |
name | String | No | - | A free form string value to name this documnent. |
description | String | No | - | A free form string description of this document. |
type | Fixed String | Fixed | ConfigDataDoc | The fixed value is always set to ConfigDataDoc. |