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