Interface SpatialAggregationRangeBucketValue

interface SpatialAggregationRangeBucketValue {
    count: number;
    id: string;
    includeMax?: boolean;
    includeMin?: boolean;
    label?: string;
    max?: number;
    min?: number;
}

Hierarchy (view full)

Properties

count: number
id: string
includeMax?: boolean
includeMin?: boolean
label?: string
max?: number
min?: number