DataSamplingReport class
Contains per-worker telemetry about the data sampling feature.
Constructors
- DataSamplingReport({String? bytesWrittenDelta, String? elementsSampledBytes, String? elementsSampledCount, String? exceptionsSampledCount, String? pcollectionsSampledCount, String? persistenceErrorsCount, String? translationErrorsCount})
- DataSamplingReport.fromJson(Map json_)
Properties
- bytesWrittenDelta ↔ String?
-
Delta of bytes written to file from previous report.
getter/setter pair
- elementsSampledBytes ↔ String?
-
Delta of bytes sampled from previous report.
getter/setter pair
- elementsSampledCount ↔ String?
-
Delta of number of elements sampled from previous report.
getter/setter pair
- exceptionsSampledCount ↔ String?
-
Delta of number of samples taken from user code exceptions from previous
report.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pcollectionsSampledCount ↔ String?
-
Delta of number of PCollections sampled from previous report.
getter/setter pair
- persistenceErrorsCount ↔ String?
-
Delta of errors counts from persisting the samples from previous report.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- translationErrorsCount ↔ String?
-
Delta of errors counts from retrieving, or translating the samples from
previous report.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited