Partition
public struct Partition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Data Catalog in which the partition resides.
Declaration
Swift
public let catalogId: String? -
The time at which the partition was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The name of the catalog database in which to create the partition.
Declaration
Swift
public let databaseName: String? -
The last time at which the partition was accessed.
Declaration
Swift
public let lastAccessTime: TimeStamp? -
The last time at which column statistics were computed for this partition.
Declaration
Swift
public let lastAnalyzedTime: TimeStamp? -
These key-value pairs define partition parameters.
Declaration
Swift
public let parameters: [String : String]? -
Provides information about the physical location where the partition is stored.
Declaration
Swift
public let storageDescriptor: StorageDescriptor? -
The name of the database table in which to create the partition.
Declaration
Swift
public let tableName: String? -
The values of the partition.
Declaration
Swift
public let values: [String]? -
init(catalogId:creationTime:databaseName:lastAccessTime:lastAnalyzedTime:parameters:storageDescriptor:tableName:values:)Undocumented
Declaration
Swift
public init(catalogId: String? = nil, creationTime: TimeStamp? = nil, databaseName: String? = nil, lastAccessTime: TimeStamp? = nil, lastAnalyzedTime: TimeStamp? = nil, parameters: [String : String]? = nil, storageDescriptor: StorageDescriptor? = nil, tableName: String? = nil, values: [String]? = nil)
View on GitHub
Partition Structure Reference