DeleteService class
- Inheritance
-
- Object
- DefaultService
- DeleteService
Constructors
- DeleteService(InfluxDBClient client)
Properties
- apiClient ↔ ApiClient
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- influxDB → InfluxDBClient
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
{required DateTime start, required DateTime stop, String? predicate, String? zapTraceSpan, String? org, String? bucket, String? orgID, String? bucketID}) → Future< void> - Delete time series data from InfluxDB
-
getApiClient(
String basePath) → ApiClient? -
inherited
-
getClient(
) → Client? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited