struct NATS::Objects::Client::ObjectInfo

Included Modules

Defined in:

objects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
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) #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def chunks : Int32 #

[View source]
def deleted : Bool | Nil #

[View source]
def description : String | Nil #

[View source]
def digest : String #

[View source]
def headers : Headers #

[View source]
def mtime : Time #

[View source]
def mtime=(mtime : Time) #

[View source]
def name : String #

[View source]
def nuid : String #

[View source]
def size : Int64 #

[View source]