Partition

class Partition : KotlinCustomResource

Create a metadata partition. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val entityId: Output<String>
Link copied to clipboard
val etag: Output<String>

Optional. The etag for this partition.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lakeId: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Partition values used in the HTTP URL must be double encoded. For example, url_encode(url_encode(value)) can be used to encode "US:CA/CA#Sunnyvale so that the request URL ends with "/partitions/US%253ACA/CA%2523Sunnyvale". The name field in the response retains the encoded format.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val values: Output<List<String>>

Immutable. The set of values representing the partition, which correspond to the partition schema defined in the parent entity.

Link copied to clipboard
val zone: Output<String>