ColumnStatisticsData
Contains the individual types of column statistics data. Only one data object should be set and indicated by the Type attribute.
Contents
- Type
 - 
               
The type of column statistics data.
Type: String
Valid Values:
BOOLEAN | DATE | DECIMAL | DOUBLE | LONG | STRING | BINARYRequired: Yes
 - BinaryColumnStatisticsData
 - 
               
Binary column statistics data.
Type: BinaryColumnStatisticsData object
Required: No
 - BooleanColumnStatisticsData
 - 
               
Boolean column statistics data.
Type: BooleanColumnStatisticsData object
Required: No
 - DateColumnStatisticsData
 - 
               
Date column statistics data.
Type: DateColumnStatisticsData object
Required: No
 - DecimalColumnStatisticsData
 - 
               
Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value.
Type: DecimalColumnStatisticsData object
Required: No
 - DoubleColumnStatisticsData
 - 
               
Double column statistics data.
Type: DoubleColumnStatisticsData object
Required: No
 - LongColumnStatisticsData
 - 
               
Long column statistics data.
Type: LongColumnStatisticsData object
Required: No
 - StringColumnStatisticsData
 - 
               
String column statistics data.
Type: StringColumnStatisticsData object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: