Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RelativeDatesFilter

import type { RelativeDatesFilter } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

A RelativeDatesFilter filters relative dates values.

interface RelativeDatesFilter {
AnchorDateConfiguration: AnchorDateConfiguration;
ExcludePeriodConfiguration?: ExcludePeriodConfiguration | null;
FilterId: string;
MinimumGranularity?: TimeGranularity | null;
NullOption: FilterNullOption;
ParameterName?: string | null;
RelativeDateType: RelativeDateType;
RelativeDateValue?: number | null;
TimeGranularity: TimeGranularity;
}

§Properties

§
AnchorDateConfiguration: AnchorDateConfiguration
[src]

The date configuration of the filter.

§

The column that the filter is applied to.

§
ExcludePeriodConfiguration?: ExcludePeriodConfiguration | null
[src]

The configuration for the exclude period of the filter.

§
FilterId: string
[src]

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

§
MinimumGranularity?: TimeGranularity | null
[src]

The minimum granularity (period granularity) of the relative dates filter.

§

This option determines how null values should be treated when filtering data.

  • ALL_VALUES: Include null values in filtered results.
  • NULLS_ONLY: Only include null values in filtered results.
  • NON_NULLS_ONLY: Exclude null values from filtered results.
§
ParameterName?: string | null
[src]

The parameter whose value should be used for the filter value.

§
RelativeDateType: RelativeDateType
[src]

The range date type of the filter. Choose one of the options below:

  • PREVIOUS
    
  • THIS
    
  • LAST
    
  • NOW
    
  • NEXT
    
§
RelativeDateValue?: number | null
[src]

The date value of the filter.

§
TimeGranularity: TimeGranularity
[src]

The level of time precision that is used to aggregate DateTime values.