Struct rs_es::operations::ShardCountResult
[−]
[src]
pub struct ShardCountResult { pub total: u64, pub successful: u64, pub failed: u64, }
Shared struct for operations that include counts of success/failed shards. This is returned within various other result structs.
Fields
total: u64
successful: u64
failed: u64