AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.GlueDataBrew.Model.Output

Namespace: Amazon.GlueDataBrew.Model
Assembly: AWSSDK.GlueDataBrew.dll
Version: 3.x.y.z

Syntax

C#
public class Output

The Output type exposes the following members

Constructors

NameDescription
Public Method Output()

Properties

NameTypeDescription
Public Property CompressionFormat Amazon.GlueDataBrew.CompressionFormat

Gets and sets the property CompressionFormat.

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

Public Property Format Amazon.GlueDataBrew.OutputFormat

Gets and sets the property Format.

The data format of the output of the job.

Public Property FormatOptions Amazon.GlueDataBrew.Model.OutputFormatOptions

Gets and sets the property FormatOptions.

Represents options that define how DataBrew formats job output files.

Public Property Location Amazon.GlueDataBrew.Model.S3Location

Gets and sets the property Location.

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

Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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