PartitionStorageDescriptorArgs

constructor(bucketColumns: Output<List<String>>? = null, columns: Output<List<PartitionStorageDescriptorColumnArgs>>? = null, compressed: Output<Boolean>? = null, inputFormat: Output<String>? = null, location: Output<String>? = null, numberOfBuckets: Output<Int>? = null, outputFormat: Output<String>? = null, parameters: Output<Map<String, String>>? = null, serDeInfo: Output<PartitionStorageDescriptorSerDeInfoArgs>? = null, skewedInfo: Output<PartitionStorageDescriptorSkewedInfoArgs>? = null, sortColumns: Output<List<PartitionStorageDescriptorSortColumnArgs>>? = null, storedAsSubDirectories: Output<Boolean>? = null)