enum

Elasticsearch::Size::WithUnit::Unit

Inherits Enum < Comparable < Value < Object

Constants

B = 0
KB = 1
MB = 2
GB = 3
TB = 4
PB = 5
EB = 6

Instance methods

b?

Returns true if this enum value equals B

Source
eb?

Returns true if this enum value equals EB

Source
gb?

Returns true if this enum value equals GB

Source
kb?

Returns true if this enum value equals KB

Source
mb?

Returns true if this enum value equals MB

Source
pb?

Returns true if this enum value equals PB

Source
tb?

Returns true if this enum value equals TB

Source