fullScanThreshold property

  1. @TagNumber(1)
Int64 get fullScanThreshold

Prefer a full scan search upto (excluding) this number of vectors. Note: this is number of vectors, not KiloBytes.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get fullScanThreshold => $_getI64(0);
  1. @TagNumber(1)
set fullScanThreshold (Int64 v)

Implementation

@$pb.TagNumber(1)
set fullScanThreshold($fixnum.Int64 v) { $_setInt64(0, v); }