field_100 property

  1. @TagNumber.new(100)
String get field_100

Immutable. The unnested field (of type Date or Timestamp) that contains values which monotonically increase over time.

If not specified, a data scan will run for all data in the table.

Implementation

@$pb.TagNumber(100)
$core.String get field_100 => $_getSZ(1);
  1. @TagNumber.new(100)
set field_100 (String v)

Implementation

@$pb.TagNumber(100)
set field_100($core.String v) {
  $_setString(1, v);
}