ReplicationTaskStats
public struct ReplicationTaskStats : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The elapsed time of the task, in milliseconds.
Declaration
Swift
public let elapsedTimeMillis: Int64?
-
The date the replication task was started either with a fresh start or a target reload.
Declaration
Swift
public let freshStartDate: TimeStamp?
-
The date the replication task full load was completed.
Declaration
Swift
public let fullLoadFinishDate: TimeStamp?
-
The percent complete for the full load migration task.
Declaration
Swift
public let fullLoadProgressPercent: Int?
-
The date the replication task full load was started.
Declaration
Swift
public let fullLoadStartDate: TimeStamp?
-
The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.
Declaration
Swift
public let startDate: TimeStamp?
-
The date the replication task was stopped.
Declaration
Swift
public let stopDate: TimeStamp?
-
The number of errors that have occurred during this task.
Declaration
Swift
public let tablesErrored: Int?
-
The number of tables loaded for this task.
Declaration
Swift
public let tablesLoaded: Int?
-
The number of tables currently loading for this task.
Declaration
Swift
public let tablesLoading: Int?
-
The number of tables queued for this task.
Declaration
Swift
public let tablesQueued: Int?
-
init(elapsedTimeMillis:freshStartDate:fullLoadFinishDate:fullLoadProgressPercent:fullLoadStartDate:startDate:stopDate:tablesErrored:tablesLoaded:tablesLoading:tablesQueued:)
Undocumented
Declaration
Swift
public init(elapsedTimeMillis: Int64? = nil, freshStartDate: TimeStamp? = nil, fullLoadFinishDate: TimeStamp? = nil, fullLoadProgressPercent: Int? = nil, fullLoadStartDate: TimeStamp? = nil, startDate: TimeStamp? = nil, stopDate: TimeStamp? = nil, tablesErrored: Int? = nil, tablesLoaded: Int? = nil, tablesLoading: Int? = nil, tablesQueued: Int? = nil)