ColumnStatistics
Represents the generated column-level statistics for a table or partition.
Contents
- AnalyzedTime
-
The timestamp of when column statistics were generated.
Type: Timestamp
Required: Yes
- ColumnName
-
Name of column which statistics belong to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: Yes
- ColumnType
-
The data type of the column.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 20000.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: Yes
- StatisticsData
-
A
ColumnStatisticData
object that contains the statistics data values.Type: ColumnStatisticsData object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: