class
MinknowApi::Manager::FilesystemDiskSpaceInfo
- MinknowApi::Manager::FilesystemDiskSpaceInfo
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/manager.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #bytes_available : UInt64
- #bytes_available=(bytes_available : UInt64)
- #bytes_capacity : UInt64
- #bytes_capacity=(bytes_capacity : UInt64)
- #bytes_per_second : Int64
- #bytes_per_second=(bytes_per_second : Int64)
- #bytes_to_stop_cleanly : UInt64
- #bytes_to_stop_cleanly=(bytes_to_stop_cleanly : UInt64)
- #bytes_when_alert_issued : UInt64
- #bytes_when_alert_issued=(bytes_when_alert_issued : UInt64)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #file_types_stored : Array(String)
- #file_types_stored=(file_types_stored : Array(String))
- #filesystem_id : String
- #filesystem_id=(filesystem_id : String)
- #recommend_alert : Bool
- #recommend_alert=(recommend_alert : Bool)
- #recommend_stop : Bool
- #recommend_stop=(recommend_stop : Bool)
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.