public class DeleteApiImpl extends AbstractRestClient implements 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.
|
execute, getLogLevel, ping, responseToError, setLogLevel, toInfluxException, version
public void delete(@Nonnull OffsetDateTime start, @Nonnull OffsetDateTime stop, @Nonnull String predicate, @Nonnull Bucket bucket, @Nonnull Organization org)
DeleteApi
public void delete(@Nonnull OffsetDateTime start, @Nonnull OffsetDateTime stop, @Nonnull String predicate, @Nonnull String bucket, @Nonnull String org)
DeleteApi
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.