expectedCount property

  1. @TagNumber(12)
Int32Value get expectedCount

The number of documents that last matched the query at the resume token or read time.

This value is only relevant when a resume_type is provided. This value being present and greater than zero signals that the client wants ExistenceFilter.unchanged_names to be included in the response.

Implementation

@$pb.TagNumber(12)
$8.Int32Value get expectedCount => $_getN(6);
  1. @TagNumber(12)
set expectedCount (Int32Value v)

Implementation

@$pb.TagNumber(12)
set expectedCount($8.Int32Value v) {
  setField(12, v);
}