AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.
Namespace: Amazon.GlueDataBrew.Model
Assembly: AWSSDK.GlueDataBrew.dll
Version: 3.x.y.z
public class Output
The Output type exposes the following members
Name | Description | |
---|---|---|
![]() |
Output() |
Name | Type | Description | |
---|---|---|---|
![]() |
CompressionFormat | Amazon.GlueDataBrew.CompressionFormat |
Gets and sets the property CompressionFormat. The compression algorithm used to compress the output text of the job. |
![]() |
Format | Amazon.GlueDataBrew.OutputFormat |
Gets and sets the property Format. The data format of the output of the job. |
![]() |
FormatOptions | Amazon.GlueDataBrew.Model.OutputFormatOptions |
Gets and sets the property FormatOptions. Represents options that define how DataBrew formats job output files. |
![]() |
Location | Amazon.GlueDataBrew.Model.S3Location |
Gets and sets the property Location. The location in Amazon S3 where the job writes its output. |
![]() |
MaxOutputFiles | System.Int32 |
Gets and sets the property MaxOutputFiles. 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. |
![]() |
Overwrite | System.Boolean |
Gets and sets the property Overwrite. A value that, if true, means that any data in the location specified for output is overwritten with new output. |
![]() |
PartitionColumns | System.Collections.Generic.List<System.String> |
Gets and sets the property PartitionColumns. The names of one or more partition columns for the output of the job. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5