Uses of Class
software.amazon.awscdk.services.glue.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in software.amazon.awscdk.services.glue
Fields in software.amazon.awscdk.services.glue declared as OutputFormatModifier and TypeFieldDescriptionstatic final OutputFormatOutputFormat.AVROOutputFormat for Avro files.static final OutputFormatOutputFormat.HIVE_IGNORE_KEY_TEXTWrites text data with a null key (value only).static final OutputFormatOutputFormat.ORCOutputFormat for Orc files.static final OutputFormatOutputFormat.PARQUETOutputFormat for Parquet files.Methods in software.amazon.awscdk.services.glue that return OutputFormatModifier and TypeMethodDescriptionDataFormat.getOutputFormat()OutputFormatfor this data format.DataFormatProps.getOutputFormat()OutputFormatfor this data format.final OutputFormatDataFormatProps.Jsii$Proxy.getOutputFormat()Methods in software.amazon.awscdk.services.glue with parameters of type OutputFormatModifier and TypeMethodDescriptionDataFormat.Builder.outputFormat(OutputFormat outputFormat) OutputFormatfor this data format.DataFormatProps.Builder.outputFormat(OutputFormat outputFormat) Sets the value ofDataFormatProps.getOutputFormat()