Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentPurgeBodyFilters

Package version

interface

An interface representing ComponentPurgeBodyFilters. User-defined filters to return data which will be purged from the table.

Hierarchy

  • ComponentPurgeBodyFilters

Index

Properties

Properties

Optional column

column: undefined | string
member

{string} [column] The column of the table over which the given query should run

Optional key

key: undefined | string
member

{string} [key] When filtering over custom dimensions, this key will be used as the name of the custom dimension.

Optional operator

operator: undefined | string
member

{string} [operator] A query operator to evaluate over the provided column and value(s).

Optional value

value: any
member

{any} [value] the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values.

Generated using TypeDoc