CreateTimeSeriesSummary class
Summary of the result of a failed request to write data to a time series.
Constructors
- CreateTimeSeriesSummary()
- CreateTimeSeriesSummary.fromJson(Map _json)
Properties
-
errors
↔ List<
Error> -
The number of points that failed to be written. Order is not guaranteed.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- successPointCount ↔ int
-
The number of points that were successfully written.
read / write
- totalPointCount ↔ int
-
The number of points in the request.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited