Uses of Class
software.amazon.awscdk.services.glue.alpha.StorageParameter
Packages that use StorageParameter
-
Uses of StorageParameter in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return StorageParameterModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.columnCountMismatchHandling(ColumnCountMismatchHandlingAction value) (experimental) Identifies if the file contains less or more values for a row than the number of columns specified in the external table definition.static StorageParameterStorageParameter.compressionType(CompressionType value) (experimental) The type of compression used on the table, when the file name does not contain an extension.static StorageParameter(experimental) A custom storage parameter.static StorageParameterStorageParameter.dataCleansingEnabled(Boolean value) (experimental) Determines whether data handling is on for the table.static StorageParameterStorageParameter.invalidCharHandling(InvalidCharHandlingAction value) (experimental) Specifies the action to perform when query results contain invalid UTF-8 character values.static StorageParameterStorageParameter.numericOverflowHandling(NumericOverflowHandlingAction value) (experimental) Specifies the action to perform when ORC data contains an integer (for example, BIGINT or int64) that is larger than the column definition (for example, SMALLINT or int16).static StorageParameter(experimental) A property that sets the numRows value for the table definition.static StorageParameterStorageParameter.orcSchemaResolution(OrcColumnMappingType value) (experimental) A property that sets the column mapping type for tables that use ORC data format.static StorageParameterStorageParameter.replacementChar(String value) (experimental) Specifies the replacement character to use when you setINVALID_CHAR_HANDLINGtoREPLACE.static StorageParameterStorageParameter.serializationNullFormat(String value) (experimental) A property that sets number of rows to skip at the beginning of each source file.static StorageParameterStorageParameter.skipHeaderLineCount(Number value) (experimental) The number of rows to skip at the top of a CSV file when the table is being created.static StorageParameterStorageParameter.surplusBytesHandling(SurplusBytesHandlingAction value) (experimental) Specifies how to handle data being loaded that exceeds the length of the data type defined for columns containing VARBYTE data.static StorageParameterStorageParameter.surplusCharHandling(SurplusCharHandlingAction value) (experimental) Specifies how to handle data being loaded that exceeds the length of the data type defined for columns containing VARCHAR, CHAR, or string data.static StorageParameterStorageParameter.writeKmsKeyId(String value) (experimental) You can specify an AWS Key Management Service key to enable Server–Side Encryption (SSE) for Amazon S3 objects.static StorageParameterStorageParameter.writeMaxFileSizeMb(Number value) (experimental) A property that sets the maximum size (in MB) of each file written to Amazon S3 by CREATE EXTERNAL TABLE AS.static StorageParameterStorageParameter.writeParallel(WriteParallel value) (experimental) A property that sets whether CREATE EXTERNAL TABLE AS should write data in parallel.Methods in software.amazon.awscdk.services.glue.alpha that return types with arguments of type StorageParameterModifier and TypeMethodDescriptionfinal List<StorageParameter> ExternalTableProps.Jsii$Proxy.getStorageParameters()final List<StorageParameter> S3TableProps.Jsii$Proxy.getStorageParameters()TableBase.getStorageParameters()(experimental) The tables' storage descriptor properties.default List<StorageParameter> TableBaseProps.getStorageParameters()(experimental) The user-supplied properties for the description of the physical storage of this table.final List<StorageParameter> TableBaseProps.Jsii$Proxy.getStorageParameters()final List<StorageParameter> TableProps.Jsii$Proxy.getStorageParameters()Method parameters in software.amazon.awscdk.services.glue.alpha with type arguments of type StorageParameterModifier and TypeMethodDescriptionExternalTable.Builder.storageParameters(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.ExternalTableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()S3Table.Builder.storageParameters(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.S3TableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()Table.Builder.storageParameters(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.TableBaseProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()TableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()