Datatype

[ Enumeration ]

export enum Datatype {
     Datetime,
     Timespan,
     Keyword
}

Values

Name

Value

Description

Datetime

0

Datetime String. Example:

2018-01-29T10:00Z refers to 29 January 2018 at 10 am UTC time.

Timespan

1

Timespan String. Example:

PT1H10M indicates a timespan of 1 hour and 10 minutes in ISO8601 format.

Keyword

2

String Keywords.

Previously First in the Start attribute and Latest in the End attribute.

Datatype 1:

Available from version 1.10