ExportOptions

Options to filter the scope of saved objects to export during a migration.

Types

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

Properties

Link copied to clipboard

Specifies whether to include all objects referenced by the exported objects, recursively.

Link copied to clipboard

A list of specific saved objects to include in the migration, identified by type and ID.

Link copied to clipboard

A list of saved object types to include in the migration. Valid values include dashboard, visualization, index-pattern, search, and query.

Functions

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