JobInputOptions

Configuration for input data location and format.

Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

Types

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

Properties

Link copied to clipboard

Input data format. Currently only Parquet is supported.

Link copied to clipboard

S3 ARN or URI where input files are stored.

Functions

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