SparkStatistics constructor

SparkStatistics({
  1. Map<String, String>? endpoints,
  2. SparkLoggingInfo? loggingInfo,
  3. String? sparkJobId,
  4. String? sparkJobLocation,
})

Implementation

SparkStatistics({
  this.endpoints,
  this.loggingInfo,
  this.sparkJobId,
  this.sparkJobLocation,
});