Optional
concurrentOptional
nobinsWhether only meta data should be returned. See Scan#nobins.
Optional
paginateEnables pagination.
Optional
scanIf set to a valid serialized scan, calling Scan#foreach will allow the next page of records to be queried while preserving the progress
of the previous scan. If set to null
, calling Scan#foreach will begin a new scan.
Optional
selectList of bin names to select. See Scan#select.
Optional
ttlThe time-to-live (expiration) of the record in seconds. See Scan#ttl.
Whether all cluster nodes should be scanned concurrently. See Scan#concurrent.