Interface TimeSeriesCollectionOptions

Configuration options for timeseries collections

interface TimeSeriesCollectionOptions {
    bucketMaxSpanSeconds?: number;
    bucketRoundingSeconds?: number;
    granularity?: string;
    metaField?: string;
    timeField: string;
}

Hierarchy (view full)

Properties

bucketMaxSpanSeconds?: number
bucketRoundingSeconds?: number
granularity?: string
metaField?: string
timeField: string