DeletePredicateRequest
public struct DeletePredicateRequest : Codable
The delete predicate request.
-
RFC3339Nano
Declaration
Swift
public var start: Date
-
RFC3339Nano
Declaration
Swift
public var stop: Date
-
InfluxQL-like delete statement
Declaration
Swift
public var predicate: String?
-
Declaration
Swift
public init(start: Date, stop: Date, predicate: String? = nil)