Struct ContentFilterOptions

Struct Documentation

struct ContentFilterOptions

Options to configure content filtered topic in the subscription.

Public Members

std::string filter_expression

Filter expression is similar to the WHERE part of an SQL clause.

std::vector<std::string> expression_parameters

Expression parameters is the tokens placeholder ‘parameters’ (i.e., “%n” tokens begin from 0) in the filter_expression. The maximum expression_parameters size is 100.