ImportDataSource

An object that contains details about the data source of the import job.

Types

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

Properties

Link copied to clipboard

The data format of the import job's data source.

Link copied to clipboard

An Amazon S3 URL in the format s3://<bucket_name>/*.

Functions

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