values property

List<String>? values
getter/setter pair

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

Required. Immutable.

Implementation

core.List<core.String>? values;