File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments