| QdbRegexSelector Constructor |
Creates a selector from the given pattern.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public QdbRegexSelector(
string pattern,
long maxCount
)
Public Sub New (
pattern As String,
maxCount As Long
)
Parameters
- pattern
- Type: SystemString
The pattern to be found in the blobs. - maxCount
- Type: SystemInt64
The maximum number of results
See Also