Catalog Table Storage Descriptor Args
data class CatalogTableStorageDescriptorArgs(val bucketColumns: Output<List<String>>? = null, val columns: Output<List<CatalogTableStorageDescriptorColumnArgs>>? = null, val compressed: Output<Boolean>? = null, val inputFormat: Output<String>? = null, val location: Output<String>? = null, val numberOfBuckets: Output<Int>? = null, val outputFormat: Output<String>? = null, val parameters: Output<Map<String, String>>? = null, val schemaReference: Output<CatalogTableStorageDescriptorSchemaReferenceArgs>? = null, val serDeInfo: Output<CatalogTableStorageDescriptorSerDeInfoArgs>? = null, val skewedInfo: Output<CatalogTableStorageDescriptorSkewedInfoArgs>? = null, val sortColumns: Output<List<CatalogTableStorageDescriptorSortColumnArgs>>? = null, val storedAsSubDirectories: Output<Boolean>? = null) : ConvertibleToJava<CatalogTableStorageDescriptorArgs>
Constructors
Link copied to clipboard
fun CatalogTableStorageDescriptorArgs(bucketColumns: Output<List<String>>? = null, columns: Output<List<CatalogTableStorageDescriptorColumnArgs>>? = 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, schemaReference: Output<CatalogTableStorageDescriptorSchemaReferenceArgs>? = null, serDeInfo: Output<CatalogTableStorageDescriptorSerDeInfoArgs>? = null, skewedInfo: Output<CatalogTableStorageDescriptorSkewedInfoArgs>? = null, sortColumns: Output<List<CatalogTableStorageDescriptorSortColumnArgs>>? = null, storedAsSubDirectories: Output<Boolean>? = null)