Skip to content

Commit 44133d4

Browse files
committed
Fixed comments
1 parent a6746e3 commit 44133d4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

client.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ class Client {
207207
* 2 = TimeRangeBeginExclusive
208208
* 4 = TimeRangeEndExclusive
209209
* 8 = UseLogStampForTimeRange
210+
*
211+
* For additional information:
212+
* https://cdpstudio.com/manual/cdp/cdp2sql/logmanager-eventquery.html#Flags-enum
213+
* https://cdpstudio.com/manual/cdp/cdplogger/eventlogreader.html#cdp-event-code-flags
210214
*
211215
* In addition, the user can simply supply the following properties in the query object:
212216
*
@@ -218,9 +222,6 @@ class Client {
218222
* - `value`: the string value to match,
219223
* - `matchType`: either `"exact"` (default) or `"wildcard"`.
220224
*
221-
* The helper method `_buildEventQuery(query)` converts this simple plain object into a proper
222-
* `DBMessaging.Protobuf.EventQuery` message.
223-
*
224225
* enum EventQuery::MatchType:
225226
* - Exact (0): The string must match exactly.
226227
* - Wildcard (1): The string may contain wildcards.

0 commit comments

Comments
 (0)