Interface DatapointsInsertByExternalId

interface DatapointsInsertByExternalId {
    datapoints: DatapointWrite[];
    externalId: string;
}

Hierarchy (view full)

Properties

datapoints: DatapointWrite[]
externalId: string