Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 578 Bytes

DeleteDocumentRequest.md

File metadata and controls

executable file
·
14 lines (9 loc) · 578 Bytes

DeleteDocumentRequest

Properties

Name Type Description Notes
table String Table name
cluster Option<String> Cluster name [optional]
id Option<i64> The ID of document for deletion [optional]
query Option<serde_json::Value> Defines the criteria to match documents for deletion [optional]

[Back to Model list] [Back to API list] [Back to README]