Uses of Enum Class
software.amazon.awscdk.services.glue.alpha.ColumnCountMismatchHandlingAction
-
Uses of ColumnCountMismatchHandlingAction in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return ColumnCountMismatchHandlingActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ColumnCountMismatchHandlingAction[]ColumnCountMismatchHandlingAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type ColumnCountMismatchHandlingActionModifier 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.