API 参考
    正在准备搜索索引...

    接口 TimeSeriesCollectionOptions

    Configuration options for timeseries collections

    interface TimeSeriesCollectionOptions {
        granularity?: string;
        metaField?: string;
        timeField: string;
        [key: string]: any;
    }

    层级 (查看层级一览)

    可索引

    • [key: string]: any
    索引

    属性

    granularity?: string
    metaField?: string
    timeField: string