defaultPartition property

String? defaultPartition
getter/setter pair

Default partition to use for submitted jobs that do not explicitly specify a partition.

Required if and only if there is more than one partition, in which case it must match the id of one of the partitions.

Optional.

Implementation

core.String? defaultPartition;