Time window scoping the underlying data sources, expressed in Unix milliseconds since the epoch. Inclusive on from_timestamp, exclusive on to_timestamp. Results from static tables (for example, dd.hosts) are not affected by the time window, but the field must still be provided.

Hierarchy

  • DdsqlTabularQueryTimeWindow

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
fromTimestamp: number

Start of the query window (inclusive), in Unix milliseconds since the epoch.

toTimestamp: number

End of the query window (exclusive), in Unix milliseconds since the epoch.

Generated using TypeDoc