Time Info returned from REST API Services.

interface RestApiServiceTimeInfo {
    endTimeField: string;
    startTimeField: string;
    timeExtent: [number, number];
    timeReference: unknown;
}

Hierarchy (view full)

Properties

endTimeField: string

New in 10.1. The name of the attribute used as end time.

startTimeField: string

New in 10.1. The name of the attribute used as start time.

timeExtent: [number, number]

Added at 10.0. The time extent of the service (start/end), represented using "Epoch time": milliseconds since 1970.

timeReference: unknown

Added at 10.0. The time reference of the service.