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 | - | Regno unique document identifier. |
type | Fixed String | No | AliasDoc | Type of the document, resolved from fixed document types. |
configDocId | String | Yes | - | The unique identifier (id) of the ConfigDoc document that this document is associated with. |
time | Int64 | Yes | - | A 64-bit Long timestamp specifying start time of the media file. 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 | Double | No | - | A single 64-bit double number. |
name | String | Yes | - | A free form string value to name the parameter. |
description | String | No | - | A free form string description of the parameter. |