Scalar Types
Scalar types represent primitive values.
Built-in Scalars
| Type | Description |
|---|---|
Int | A signed 32-bit integer. |
Float | A signed double-precision floating-point value. |
String | A UTF-8 character sequence. |
Boolean | true or false. |
ID | A unique identifier. |
Custom Scalars
PropertyOutput
TimeInput
Input for primary time component. Expects Int, DateTime formatted String, or Object { timestamp, eventId } where the timestamp is either an Int or a DateTime formatted String, and eventId is a non-negative Int. Valid string formats are RFC3339, RFC2822, %Y-%m-%d, %Y-%m-%dT%H:%M:%S%.3f, %Y-%m-%dT%H:%M:%S%, %Y-%m-%d %H:%M:%S%.3f and %Y-%m-%d %H:%M:%S%.
Upload
A multipart file upload