SamplingMetadata class
If this report results is sampled, this describes the percentage of events used in this report.
Sampling is the practice of analyzing a subset of all data in order to uncover the meaningful information in the larger data set.
Constructors
- SamplingMetadata({String? samplesReadCount, String? samplingSpaceSize})
- SamplingMetadata.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplesReadCount ↔ String?
-
The total number of events read in this sampled report for a date range.
getter/setter pair
- samplingSpaceSize ↔ String?
-
The total number of events present in this property's data that could have
been analyzed in this report for a date range.
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