includeRevisionMetadata property

  1. @TagNumber(7)
bool get includeRevisionMetadata

Search depth options - control performance vs completeness tradeoff Default: Only search Item index (fastest) When enabled, also searches Revision/Artifact metadata (slower but more comprehensive)

Implementation

@$pb.TagNumber(7)
$core.bool get includeRevisionMetadata => $_getBF(6);
  1. @TagNumber(7)
set includeRevisionMetadata (bool value)

Implementation

@$pb.TagNumber(7)
set includeRevisionMetadata($core.bool value) => $_setBool(6, value);