PartitionArgs

data class PartitionArgs(val entityId: Output<String>? = null, val etag: Output<String>? = null, val lakeId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val values: Output<List<String>>? = null, val zone: Output<String>? = null) : ConvertibleToJava<PartitionArgs>

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

Constructors

Link copied to clipboard
fun PartitionArgs(entityId: Output<String>? = null, etag: Output<String>? = null, lakeId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, values: Output<List<String>>? = null, zone: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PartitionArgs

Properties

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

Optional. The etag for this partition.

Link copied to clipboard
val lakeId: Output<String>? = null
Link copied to clipboard
val location: Output<String>? = null

Immutable. The location of the entity data within the partition, for example, gs://bucket/path/to/entity/key1=value1/key2=value2. Or projects//datasets//tables/

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val values: Output<List<String>>? = null

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>? = null