DataSamplingReport constructor

DataSamplingReport({
  1. String? bytesWrittenDelta,
  2. String? elementsSampledBytes,
  3. String? elementsSampledCount,
  4. String? exceptionsSampledCount,
  5. String? pcollectionsSampledCount,
  6. String? persistenceErrorsCount,
  7. String? translationErrorsCount,
})

Implementation

DataSamplingReport({
  this.bytesWrittenDelta,
  this.elementsSampledBytes,
  this.elementsSampledCount,
  this.exceptionsSampledCount,
  this.pcollectionsSampledCount,
  this.persistenceErrorsCount,
  this.translationErrorsCount,
});