tableName property

  1. @TagNumber.new(7)
String get tableName

The name of the table in the database, which was used to calculate the counts. This can be used to deduplicate counts in case of multiple reports. For example, if the counts were calculated from the users14 table, the table name would be users14, where there could also be a users15 table reported at the same time as the system is rolling out a new version.

Implementation

@$pb.TagNumber(7)
$core.String get tableName => $_getSZ(4);
  1. @TagNumber.new(7)
set tableName (String value)

Implementation

@$pb.TagNumber(7)
set tableName($core.String value) => $_setString(4, value);