indexedChunks property

  1. @TagNumber.new(2)
Int64 get indexedChunks

Total number of chunks across all indexed documents.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get indexedChunks => $_getI64(1);
  1. @TagNumber.new(2)
set indexedChunks (Int64 value)

Implementation

@$pb.TagNumber(2)
set indexedChunks($fixnum.Int64 value) => $_setInt64(1, value);