indexPath property

  1. @TagNumber.new(5)
String get indexPath

Filesystem path to the on-disk index, when applicable. Unset for in-memory-only indexes.

Implementation

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

Implementation

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