The following describes the metadata variables.
All literals must be lowercase.
- "metadata" :
- Required, literal entry.
- "operation" :
- Required, literal entry.
- "insert" | "update" | "merge" | "delete"
- Operation to perform.
- "keys":
- Using keys is optional. If used, "keys": is a required, literal entry.
- "table_column_name"
- The name of any column in the table referenced by table_name. The user invoking JSON_SHRED_BATCH must have the required privileges (INSERT, UPDATE, and so forth) on this existing table. table_name is specified in the table expression of JSON_SHRED_BATCH.
- "filter":
- Filtering is optional. If used, "filter": is a required, literal entry.
- filter_expression
- SQL statement referencing elements of the column or query expressions.