DataTransferProgress
public struct DataTransferProgress : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the data transfer rate in MB’s per second.
Declaration
Swift
public let currentRateInMegaBytesPerSecond: Double?
-
Describes the total amount of data that has been transfered in MB’s.
Declaration
Swift
public let dataTransferredInMegaBytes: Int64?
-
Describes the number of seconds that have elapsed during the data transfer.
Declaration
Swift
public let elapsedTimeInSeconds: Int64?
-
Describes the estimated number of seconds remaining to complete the transfer.
Declaration
Swift
public let estimatedTimeToCompletionInSeconds: Int64?
-
Describes the status of the cluster. While the transfer is in progress the status is transferringdata.
Declaration
Swift
public let status: String?
-
Describes the total amount of data to be transfered in megabytes.
Declaration
Swift
public let totalDataInMegaBytes: Int64?
-
init(currentRateInMegaBytesPerSecond:dataTransferredInMegaBytes:elapsedTimeInSeconds:estimatedTimeToCompletionInSeconds:status:totalDataInMegaBytes:)
Undocumented
Declaration
Swift
public init(currentRateInMegaBytesPerSecond: Double? = nil, dataTransferredInMegaBytes: Int64? = nil, elapsedTimeInSeconds: Int64? = nil, estimatedTimeToCompletionInSeconds: Int64? = nil, status: String? = nil, totalDataInMegaBytes: Int64? = nil)