ResizeProgressMessage constructor
ResizeProgressMessage({
- double? avgResizeRateInMegaBytesPerSecond,
- double? dataTransferProgressPercent,
- int? elapsedTimeInSeconds,
- int? estimatedTimeToCompletionInSeconds,
- List<
String> ? importTablesCompleted, - List<
String> ? importTablesInProgress, - List<
String> ? importTablesNotStarted, - String? message,
- int? progressInMegaBytes,
- String? resizeType,
- String? status,
- String? targetClusterType,
- String? targetEncryptionType,
- String? targetNodeType,
- int? targetNumberOfNodes,
- 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,
});