interface DatapointsDeleteRange {
    exclusiveEnd?: Timestamp;
    inclusiveBegin: Timestamp;
}

Properties

exclusiveEnd?: Timestamp

If set, the timestamp of first datapoint after inclusiveBegin to not delete. If not set, only deletes the datapoint at inclusiveBegin.

inclusiveBegin: Timestamp

The timestamp of first datapoint to delete