Enum elasticsearch_dsl::search::params::Size [−][src]
Expand description
Unit-less quantities means that they don’t have a “unit” like “bytes” or “Hertz” or “meter” or “long tonne”.
If one of these quantities is large we’ll print it out like 10m for 10,000,000 or 7k for 7,000. We’ll still print 87 when we mean 87 though.
https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#size-units
Variants
Kilo(u64)Tuple Fields of Kilo
0: u64Mega(u64)Tuple Fields of Mega
0: u64Giga(u64)Tuple Fields of Giga
0: u64Tera(u64)Tuple Fields of Tera
0: u64Peta(u64)Tuple Fields of Peta
0: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Size
impl UnwindSafe for Size
Blanket Implementations
Mutably borrows from an owned value. Read more