struct
AZBlob::Models::BlockBlobUploadResp
- AZBlob::Models::BlockBlobUploadResp
- Struct
- Value
- Object
Defined in:
azblob/models/block_blob.crConstructors
Class Method Summary
Instance Method Summary
- #client_request_id : String | Nil
- #clone
- #content_md5 : String | Nil
- #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)
- #date : Time | Nil
- #encryption_key_sha256 : String | Nil
- #encryption_scope : String | Nil
- #etag : String | Nil
- #last_modified : Time | Nil
- #request_id : String | Nil
- #server_ecrypted : Bool | Nil
- #version : String | Nil
- #version_id : String | Nil
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)
#
Class Method Detail
Instance Method Detail
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)
#