interface BucketAuto { $bucketAuto: { buckets: number; granularity?: "R5" | "R10" | "R20" | "R40" | "R80" | "1-2-5" | "E6" | "E12" | "E24" | "E48" | "E96" | "E192" | "POWERSOF2"; groupBy: any; output?: Record<string, AccumulatorOperator>; }; } Properties
$bucketAuto
$bucketAuto: { buckets: number; granularity?: "R5" | "R10" | "R20" | "R40" | "R80" | "1-2-5" | "E6" | "E12" | "E24" | "E48" | "E96" | "E192" | "POWERSOF2"; groupBy: any; output?: Record<string, AccumulatorOperator>; } Type declaration
buckets: number
Optional granularity?: "R5" | "R10" | "R20" | "R40" | "R80" | "1-2-5" | "E6" | "E12" | "E24" | "E48" | "E96" | "E192" | "POWERSOF2"
groupBy: any
$bucketAutoreference