Mongo Db Migration Progress Response
data class MongoDbMigrationProgressResponse(val bytesCopied: Double, val databases: Map<String, MongoDbDatabaseProgressResponse>? = null, val documentsCopied: Double, val elapsedTime: String, val errors: Map<String, MongoDbErrorResponse>, val eventsPending: Double, val eventsReplayed: Double, val lastEventTime: String? = null, val lastReplayTime: String? = null, val name: String? = null, val qualifiedName: String? = null, val resultType: String, val state: String, val totalBytes: Double, val totalDocuments: Double)
Describes the progress of the overall migration
Constructors
Link copied to clipboard
fun MongoDbMigrationProgressResponse(bytesCopied: Double, databases: Map<String, MongoDbDatabaseProgressResponse>? = null, documentsCopied: Double, elapsedTime: String, errors: Map<String, MongoDbErrorResponse>, eventsPending: Double, eventsReplayed: Double, lastEventTime: String? = null, lastReplayTime: String? = null, name: String? = null, qualifiedName: String? = null, resultType: String, state: String, totalBytes: Double, totalDocuments: Double)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard