VisualizationData class
Constructors
-
VisualizationData({String? dataSourceEndToken, String? dataSourceSeparatorToken, List<
DiagnosticMessage> ? diagnosticMessages, List<String> ? endKeyStrings, bool? hasPii, List<String> ? indexedKeys, String? keySeparator, String? keyUnit, List<Metric> ? metrics, List<PrefixNode> ? prefixNodes}) - VisualizationData.fromJson(Map json_)
Properties
- dataSourceEndToken ↔ String?
-
The token signifying the end of a data_source.
getter/setter pair
- dataSourceSeparatorToken ↔ String?
-
The token delimiting a datasource name from the rest of a key in a
data_source.
getter/setter pair
-
diagnosticMessages
↔ List<
DiagnosticMessage> ? -
The list of messages (info, alerts, ...)
getter/setter pair
-
endKeyStrings
↔ List<
String> ? -
We discretize the entire keyspace into buckets.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPii ↔ bool?
-
Whether this scan contains PII.
getter/setter pair
-
indexedKeys
↔ List<
String> ? -
Keys of key ranges that contribute significantly to a given metric Can be
thought of as heavy hitters.
getter/setter pair
- keySeparator ↔ String?
-
The token delimiting the key prefixes.
getter/setter pair
- keyUnit ↔ String?
-
The unit for the key: e.g. 'key' or 'chunk'.
Possible string values are:
getter/setter pair
-
metrics
↔ List<
Metric> ? -
The list of data objects for each metric.
getter/setter pair
-
prefixNodes
↔ List<
PrefixNode> ? -
The list of extracted key prefix nodes used in the key prefix hierarchy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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