resources
This table represents the content of the real-time resources The resources represents data which are loaded based on a provided name (type) which loads them a list of parameters. By filling this table, the system will automatically upload and create/update your resources in the real-time database.
Field name | Type | Mode | Description |
---|---|---|---|
type | STRING | REQUIRED | PK - a unique name |
id | STRING | REQUIRED | a key of the resource (number of keys for one resource should be low, typically < 100, as all the rows of the same type are loaded in memory when a type is requested) |
parameters | RECORD | REPEATED | parameters describing the correlation values for this source and this target |
parameters. name | STRING | REQUIRED |
|
parameters. values | STRING | REPEATED |
|
origin | STRING | REQUIRED | please provide a unique key defining the origin system of these data, not used, but useful for debugging / monitoring |
creation_tm | TIMESTAMP | REQUIRED | please provide timestampe of the initial creation of this row |
last_modified_tm | TIMESTAMP | REQUIRED | please provide timestampe of the last modification of this row |