MigrationSummary

A summary of a migration job, including its status and progress.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the OpenSearch application associated with the migration.

Link copied to clipboard

The date and time when the migration job was created.

Link copied to clipboard

Error details if the migration failed or completed with errors.

Link copied to clipboard

The number of saved objects exported from the source data source.

Link copied to clipboard

The number of saved objects successfully imported into the target workspace.

Link copied to clipboard

The unique identifier of the migration job.

Link copied to clipboard

The source configuration for the migration.

Link copied to clipboard

The current status of the migration job.

Link copied to clipboard

The date and time when the migration job was last updated.

Functions

Link copied to clipboard
inline fun copy(block: MigrationSummary.Builder.() -> Unit = {}): MigrationSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String