Enum rs_es::operations::common::Consistency
[−]
[src]
pub enum Consistency {
One,
Quorum,
All,
}The consistency query parameter
Variants
OneQuorumAll