MigrationOptions

The configuration options for a saved objects migration job.

Types

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

Properties

Link copied to clipboard

The strategy for resolving conflicts when saved objects already exist in the target workspace. Valid values are CREATE_NEW_COPIES, which creates new objects with unique IDs, and overwrite, which replaces existing objects.

Link copied to clipboard

Options to filter the scope of saved objects to export from the source.

Link copied to clipboard

The data source from which to export saved objects.

Link copied to clipboard

The target workspace configuration for importing saved objects. You can specify an existing workspace or request creation of a new workspace.

Functions

Link copied to clipboard
inline fun copy(block: MigrationOptions.Builder.() -> Unit = {}): MigrationOptions
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