struct AZBlob::Models::BlockBlobUploadResp

Defined in:

azblob/models/block_blob.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(client_request_id : String | Nil, content_md5 : String | Nil, date : Time | Nil, etag : String | Nil, encryption_key_sha256 : String | Nil, encryption_scope : String | Nil, server_ecrypted : Bool | Nil, last_modified : Time | Nil, request_id : String | Nil, version : String | Nil, version_id : String | Nil) #

[View source]

Class Method Detail

def self.from_resp(resp : HTTP::Client::Response) #

[View source]

Instance Method Detail

def client_request_id : String | Nil #

def clone #

[View source]
def content_md5 : String | Nil #

def copy_with(client_request_id _client_request_id = @client_request_id, content_md5 _content_md5 = @content_md5, date _date = @date, etag _etag = @etag, encryption_key_sha256 _encryption_key_sha256 = @encryption_key_sha256, encryption_scope _encryption_scope = @encryption_scope, server_ecrypted _server_ecrypted = @server_ecrypted, last_modified _last_modified = @last_modified, request_id _request_id = @request_id, version _version = @version, version_id _version_id = @version_id) #

[View source]
def date : Time | Nil #

def encryption_key_sha256 : String | Nil #

def encryption_scope : String | Nil #

def etag : String | Nil #

def last_modified : Time | Nil #

def request_id : String | Nil #

def server_ecrypted : Bool | Nil #

def version : String | Nil #

def version_id : String | Nil #