vectorStoreSizeBytes property
- @TagNumber.new(7)
Approximate vector-store footprint in bytes, when known.
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get vectorStoreSizeBytes => $_getI64(6);
- @TagNumber.new(7)
Implementation
@$pb.TagNumber(7)
set vectorStoreSizeBytes($fixnum.Int64 value) => $_setInt64(6, value);