partitionId property

  1. @TagNumber(1)
PartitionId get partitionId

Entities are partitioned into subsets, currently identified by a project ID and namespace ID. Queries are scoped to a single partition.

Implementation

@$pb.TagNumber(1)
PartitionId get partitionId => $_getN(0);
  1. @TagNumber(1)
set partitionId (PartitionId v)

Implementation

@$pb.TagNumber(1)
set partitionId(PartitionId v) { setField(1, v); }