MembershipProtectedQueryS3OutputConfiguration

data class MembershipProtectedQueryS3OutputConfiguration(val bucket: String, val keyPrefix: String? = null, val resultFormat: MembershipResultFormat, val singleFileOutput: Boolean? = null)

Constructors

constructor(bucket: String, keyPrefix: String? = null, resultFormat: MembershipResultFormat, singleFileOutput: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket to unload the protected query results.

Link copied to clipboard
val keyPrefix: String? = null

The S3 prefix to unload the protected query results.

Link copied to clipboard

Intended file format of the result.

Link copied to clipboard

Indicates whether files should be output as a single file ( TRUE ) or output as multiple files ( FALSE ). This parameter is only supported for analyses with the Spark analytics engine.