SparkConnectExecutionInfo constructor

SparkConnectExecutionInfo({
  1. String? closeTimestamp,
  2. String? detail,
  3. String? finishTimestamp,
  4. List<String>? jobIds,
  5. String? jobTag,
  6. String? operationId,
  7. String? sessionId,
  8. List<String>? sparkSessionTags,
  9. List<String>? sqlExecIds,
  10. String? startTimestamp,
  11. String? state,
  12. String? statement,
  13. String? userId,
})

Implementation

SparkConnectExecutionInfo({
  this.closeTimestamp,
  this.detail,
  this.finishTimestamp,
  this.jobIds,
  this.jobTag,
  this.operationId,
  this.sessionId,
  this.sparkSessionTags,
  this.sqlExecIds,
  this.startTimestamp,
  this.state,
  this.statement,
  this.userId,
});