@ThreadSafe public interface DeleteApi
| Modifier and Type | Method and Description |
|---|---|
void |
delete(DeletePredicateRequest predicate,
String bucket,
String org)
Delete Time series data from InfluxDB.
|
void |
delete(OffsetDateTime start,
OffsetDateTime stop,
String predicate,
Bucket bucket,
Organization org)
Delete Time series data from InfluxDB.
|
void |
delete(OffsetDateTime start,
OffsetDateTime stop,
String predicate,
String bucket,
String org)
Delete Time series data from InfluxDB.
|
void delete(@Nonnull OffsetDateTime start, @Nonnull OffsetDateTime stop, @Nonnull String predicate, @Nonnull Bucket bucket, @Nonnull Organization org)
start - timestop - timepredicate - sql where like delete statement.bucket - The bucket from which data will be deleted.org - The organization of the above bucket.void delete(@Nonnull OffsetDateTime start, @Nonnull OffsetDateTime stop, @Nonnull String predicate, @Nonnull String bucket, @Nonnull String org)
start - timestop - timepredicate - sql where like delete statement.bucket - The bucket from which data will be deleted.org - The organization of the above bucket.Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.