Struct rs_es::operations::bulk::BulkResult
[−]
[src]
pub struct BulkResult { pub errors: bool, pub items: Vec<ActionResult>, pub took: u64, }
The result of a bulk operation
Fields
errors: bool
items: Vec<ActionResult>
took: u64