FileSource

A physical table type that contains the schema and upload settings for a file-based data source.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the data source.

Link copied to clipboard

The column schema of the file.

Link copied to clipboard

The zero-based index of the sheet to use within the file. For files that contain multiple sheets, this identifies which sheet to read. Files that contain a single sheet, or that have no concept of sheets, use sheet 0.

Link copied to clipboard

Information about the format for the source file.

Functions

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