struct AZBlob::Models::Blob

Defined in:

azblob/models/blob.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(deleted : Bool, name : String, properties : BlobProperties, snapshot : String, tags : Hash(String, String), version_only : Bool, current_version : Bool, metadata : Hash(String, String), or_metadata : Hash(String, String), version_id : String) #

[View source]

Class Method Detail

def self.from_node(blob_node : XML::Node) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(deleted _deleted = @deleted, name _name = @name, properties _properties = @properties, snapshot _snapshot = @snapshot, tags _tags = @tags, version_only _version_only = @version_only, current_version _current_version = @current_version, metadata _metadata = @metadata, or_metadata _or_metadata = @or_metadata, version_id _version_id = @version_id) #

[View source]
def current_version : Bool #

def deleted : Bool #

def metadata : Hash(String, String) #

def name : String #

def or_metadata : Hash(String, String) #

def properties : BlobProperties #

def snapshot : String #

def tags : Hash(String, String) #

def version_id : String #

def version_only : Bool #