Name | Type | Description | Notes |
---|---|---|---|
table | String | Name of the document table | |
cluster | Option<String> | Name of the document cluster | [optional] |
doc | serde_json::Value | Object containing the document fields to update | |
id | Option<i64> | Document ID | [optional] |
query | Option<crate::models::QueryFilter> | [optional] |