PerformanceInsights class
Performance insights for the job.
Constructors
- 
          PerformanceInsights({String? avgPreviousExecutionMs, List<StagePerformanceChangeInsight> ? stagePerformanceChangeInsights, List<StagePerformanceStandaloneInsight> ? stagePerformanceStandaloneInsights})
- PerformanceInsights.fromJson(Map json_)
Properties
- avgPreviousExecutionMs ↔ String?
- 
  Average execution ms of previous runs.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  stagePerformanceChangeInsights
  ↔ List<StagePerformanceChangeInsight> ?
- 
  Query stage performance insights compared to previous runs, for diagnosing
performance regression.
  getter/setter pair
- 
  stagePerformanceStandaloneInsights
  ↔ List<StagePerformanceStandaloneInsight> ?
- 
  Standalone query stage performance insights, for exploring potential
improvements.
  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