Uses of Enum
software.amazon.awscdk.services.glue.alpha.ColumnCountMismatchHandlingAction
Packages that use 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 type with the specified name.static ColumnCountMismatchHandlingAction[]ColumnCountMismatchHandlingAction.values()Returns an array containing the constants of this enum type, 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.