Class ScanResult


  • @Volatile
    public class ScanResult
    extends Object
    Returned for each found item in a KV Range Scan operation.
    • Constructor Detail

      • ScanResult

        @Internal
        public ScanResult​(boolean idOnly,
                          String id,
                          byte[] content,
                          int flags,
                          long cas,
                          Optional<Instant> expiry,
                          Transcoder transcoder)
        Creates a new GetResult.
        Parameters:
        cas - the cas from the doc.
        expiry - the expiry if fetched from the doc.