Documentation

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

Methods

__construct()

public __construct(string $prefix) : mixed
Parameters
$prefix : string
Tags
since
4.1.6
Return values
mixed

build()

Static helper to keep code more readable

public static build(string $prefix) : PrefixScan
Parameters
$prefix : string
Tags
since
4.1.6
Return values
PrefixScan

        

Search results