struct NATS::Objects::Client::ObjectInfo
- NATS::Objects::Client::ObjectInfo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
objects.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, bucket : String, name : String, description : Nil | String, headers : Nil | Hash(String, String), nuid : String, size : Int64, chunks : Int32, digest : String, mtime : Time = Time.new(0, 0), deleted : Bool | Nil = nil)
Instance Method Summary
- #bucket : String
- #chunks : Int32
- #deleted : Bool | Nil
- #description : String | Nil
- #digest : String
- #headers : Headers
- #mtime : Time
- #mtime=(mtime : Time)
- #name : String
- #nuid : String
- #size : Int64
Constructor Detail
def self.new(*, bucket : String, name : String, description : Nil | String, headers : Nil | Hash(String, String), nuid : String, size : Int64, chunks : Int32, digest : String, mtime : Time = Time.new(0, 0), deleted : Bool | Nil = nil)
#