ResizeProgressMessage constructor

ResizeProgressMessage({
  1. double? avgResizeRateInMegaBytesPerSecond,
  2. double? dataTransferProgressPercent,
  3. int? elapsedTimeInSeconds,
  4. int? estimatedTimeToCompletionInSeconds,
  5. List<String>? importTablesCompleted,
  6. List<String>? importTablesInProgress,
  7. List<String>? importTablesNotStarted,
  8. String? message,
  9. int? progressInMegaBytes,
  10. String? resizeType,
  11. String? status,
  12. String? targetClusterType,
  13. String? targetEncryptionType,
  14. String? targetNodeType,
  15. int? targetNumberOfNodes,
  16. int? totalResizeDataInMegaBytes,
})

Implementation

ResizeProgressMessage({
  this.avgResizeRateInMegaBytesPerSecond,
  this.dataTransferProgressPercent,
  this.elapsedTimeInSeconds,
  this.estimatedTimeToCompletionInSeconds,
  this.importTablesCompleted,
  this.importTablesInProgress,
  this.importTablesNotStarted,
  this.message,
  this.progressInMegaBytes,
  this.resizeType,
  this.status,
  this.targetClusterType,
  this.targetEncryptionType,
  this.targetNodeType,
  this.targetNumberOfNodes,
  this.totalResizeDataInMegaBytes,
});