Global query options that are used during the query. Note: you should supply either timezone or time offset, but not both. Otherwise, the query will fail.

Hierarchy

  • LogsQueryOptions

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
timeOffset?: number

The time offset (in seconds) to apply to the query.

timezone?: string

The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).

Generated using TypeDoc