Interface DatapointsInsertProperties

interface DatapointsInsertProperties {
    datapoints: DatapointWrite[];
}

Hierarchy (view full)

Properties

Properties

datapoints: DatapointWrite[]