| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.internal | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteApi.delete(DeletePredicateRequest predicate,
String bucket,
String org)
Delete Time series data from InfluxDB.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePredicateRequest |
DeletePredicateRequest.predicate(String predicate) |
DeletePredicateRequest |
DeletePredicateRequest.start(OffsetDateTime start) |
DeletePredicateRequest |
DeletePredicateRequest.stop(OffsetDateTime stop) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteApiImpl.delete(DeletePredicateRequest predicate,
String bucket,
String org) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Void> |
DeleteService.postDelete(DeletePredicateRequest deletePredicateRequest,
String zapTraceSpan,
String org,
String bucket,
String orgID,
String bucketID)
Delete data
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.