Output

class Output

Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.

Types

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

Properties

Link copied to clipboard

The compression algorithm used to compress the output text of the job.

Link copied to clipboard

The data format of the output of the job.

Link copied to clipboard

Represents options that define how DataBrew formats job output files.

Link copied to clipboard

The location in Amazon S3 where the job writes its output.

Link copied to clipboard

Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.

Link copied to clipboard

A value that, if true, means that any data in the location specified for output is overwritten with new output.

Link copied to clipboard

The names of one or more partition columns for the output of the job.

Functions

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