BatchCreatePartitionRequest

public struct BatchCreatePartitionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the catalog in which the partition is to be created. Currently, this should be the AWS account ID.

    Declaration

    Swift

    public let catalogId: String?
  • The name of the metadata database in which the partition is to be created.

    Declaration

    Swift

    public let databaseName: String
  • A list of PartitionInput structures that define the partitions to be created.

    Declaration

    Swift

    public let partitionInputList: [PartitionInput]
  • The name of the metadata table in which the partition is to be created.

    Declaration

    Swift

    public let tableName: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, databaseName: String, partitionInputList: [PartitionInput], tableName: String)
  • Declaration

    Swift

    public func validate(name: String) throws