ImportOptions

An object that contains the options specified by the sumitter of the import request.

Types

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

Properties

Link copied to clipboard

Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.

Link copied to clipboard

Options relating to the destination of the import request.

Functions

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