VariableFormatID🔗
Optional formats for the template variable replace functions
Definition🔗
export enum VariableFormatID {
Lucene = "lucene",
Raw = "raw",
Regex = "regex",
Pipe = "pipe",
Distributed = "distributed",
CSV = "csv",
HTML = "html",
JSON = "json",
PercentEncode = "percentencode",
UriEncode = "uriencode",
SingleQuote = "singlequote",
DoubleQuote = "doublequote",
SQLString = "sqlstring",
Date = "date",
Glob = "glob",
Text = "text",
QueryParam = "queryparam",
}