S3ExcelSource

Specifies an S3 Excel data source.

Types

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

Properties

Link copied to clipboard

Additional configuration options for S3 direct source processing.

Link copied to clipboard

The compression format used for the Excel files.

Link copied to clipboard

Patterns to exclude specific files or paths from processing.

Link copied to clipboard

Specifies how files should be grouped for processing.

Link copied to clipboard

Defines the size of file groups for batch processing.

Link copied to clipboard
val maxBand: Int?

The maximum number of processing bands to use.

Link copied to clipboard

The maximum number of files to process in each band.

Link copied to clipboard

The name of the S3 Excel data source.

Link copied to clipboard

The number of rows to process from each Excel file.

Link copied to clipboard

The AWS Glue schemas to apply to the processed data.

Link copied to clipboard

The S3 paths where the Excel files are located.

Link copied to clipboard

Indicates whether to recursively process subdirectories.

Link copied to clipboard

The number of rows to skip at the end of each Excel file.

Functions

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