PrefixScan
in package
implements
ScanType
A PrefixScan selects every document whose ID starts with a certain prefix
Interfaces, Classes, Traits and Enums
- ScanType
- ScanType is an interface for providing key value scan operations
Table of Contents
- $prefix : string
- __construct() : mixed
- build() : PrefixScan
- Static helper to keep code more readable
- prefix() : PrefixScan
Properties
$prefix
private
string
$prefix
Methods
__construct()
public
__construct(string $prefix) : mixed
Parameters
- $prefix : string
Tags
Return values
mixed —build()
Static helper to keep code more readable
public
static build(string $prefix) : PrefixScan
Parameters
- $prefix : string
Tags
Return values
PrefixScan —prefix()
public
prefix(string $prefix) : PrefixScan
Parameters
- $prefix : string