Struct rs_es::operations::delete::DeleteResult
[−]
[src]
pub struct DeleteResult { pub found: bool, pub index: String, pub doc_type: String, pub id: String, pub version: u64, }
Result of a DELETE operation
Fields
found | |
index | |
doc_type | |
id | |
version |