Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BucketRange

Represents querylanguage bucket command input arguments in parse output.

Properties

Optional alias

alias: undefined | string

Optional alias of the bucket range if specified in the querystring.

Optional lower

lower: undefined | number

Lower bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional upper

upper: undefined | number

Upper bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj