createTime property

  1. @TagNumber(3)
Timestamp createTime

The time at which the document was created.

This value increases monotonically when a document is deleted then recreated. It can also be compared to values from other documents and the read_time of a query.

Implementation

@$pb.TagNumber(3)
$2.Timestamp get createTime => $_getN(2);
  1. @TagNumber(3)
void createTime=(Timestamp v)

Implementation

@$pb.TagNumber(3)
set createTime($2.Timestamp v) { setField(3, v); }