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.HIVE_IGNORE_KEY_TEXT(experimental) Writes text data with a null key (value only).static final OutputFormatOutputFormat.PARQUET(experimental) OutputFormat for Parquet files.Methods in software.amazon.awscdk.services.glue that return OutputFormatModifier and TypeMethodDescriptionDataFormat.getOutputFormat()(experimental)OutputFormatfor this data format.DataFormatProps.getOutputFormat()(experimental)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) (experimental)OutputFormatfor this data format.DataFormatProps.Builder.outputFormat(OutputFormat outputFormat) Sets the value ofDataFormatProps.getOutputFormat()