UpdateColumnStatisticsForTableRequest
public struct UpdateColumnStatisticsForTableRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String? -
A list of the column statistics.
Declaration
Swift
public let columnStatisticsList: [ColumnStatistics] -
The name of the catalog database where the partitions reside.
Declaration
Swift
public let databaseName: String -
The name of the partitions’ table.
Declaration
Swift
public let tableName: String -
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, columnStatisticsList: [ColumnStatistics], databaseName: String, tableName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateColumnStatisticsForTableRequest Structure Reference