indexPath property
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);
Implementation
@$pb.TagNumber(5)
set indexPath($core.String value) => $_setString(4, value);