Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 694 Bytes

UpdateDocumentRequest.md

File metadata and controls

executable file
·
15 lines (11 loc) · 694 Bytes

ManticoreSearch.Model.UpdateDocumentRequest

Payload for updating a document or multiple documents in a table

Properties

Name Type Description Notes
Table string Name of the document table
Cluster string Name of the document cluster [optional]
Doc Object Object containing the document fields to update
Id long Document ID [optional]
Query QueryFilter [optional]

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