S3DirectTarget

Specifies a data target that writes to Amazon S3.

Types

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

Properties

Link copied to clipboard

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

Link copied to clipboard

Specifies the data output format for the target.

Link copied to clipboard

The nodes that are inputs to the data target.

Link copied to clipboard

The name of the data target.

Link copied to clipboard

Specifies the number of target partitions when writing data directly to Amazon S3.

Link copied to clipboard

Specifies native partitioning using a sequence of keys.

Link copied to clipboard

A single Amazon S3 path to write to.

Link copied to clipboard

A policy that specifies update behavior for the crawler.

Functions

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