Click or drag to resize

QdbPatternSelector Constructor (Byte[], Int64)

Creates a selector from the given pattern.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.0.0 (3.13.0.0)
Syntax
public QdbPatternSelector(
	byte[] pattern,
	long maxCount
)

Parameters

pattern
Type:System.Byte[]
The pattern to be found in the blobs.
maxCount
Type: System.Int64
The maximum number of results
See Also