struct
AZBlob::Models::BlobStageBlockResp
- AZBlob::Models::BlobStageBlockResp
- Struct
- Value
- Object
Defined in:
azblob/models/block_blob.crConstructors
Class Method Summary
Instance Method Summary
- #client_request_id : String | Nil
- #clone
- #content_crc64 : String | Nil
- #content_md5 : String | Nil
- #copy_with(client_request_id _client_request_id = @client_request_id, content_crc64 _content_crc64 = @content_crc64, content_md5 _content_md5 = @content_md5, date _date = @date, encryption_key_sha256 _encryption_key_sha256 = @encryption_key_sha256, encryption_scope _encryption_scope = @encryption_scope, server_ecrypted _server_ecrypted = @server_ecrypted, request_id _request_id = @request_id, version _version = @version)
- #date : Time | Nil
- #encryption_key_sha256 : String | Nil
- #encryption_scope : String | Nil
- #request_id : String | Nil
- #server_ecrypted : Bool | Nil
- #version : String | Nil
Constructor Detail
def self.new(client_request_id : String | Nil, content_crc64 : String | Nil, content_md5 : String | Nil, date : Time | Nil, encryption_key_sha256 : String | Nil, encryption_scope : String | Nil, server_ecrypted : Bool | Nil, request_id : String | Nil, version : String | Nil)
#
Class Method Detail
Instance Method Detail
def copy_with(client_request_id _client_request_id = @client_request_id, content_crc64 _content_crc64 = @content_crc64, content_md5 _content_md5 = @content_md5, date _date = @date, encryption_key_sha256 _encryption_key_sha256 = @encryption_key_sha256, encryption_scope _encryption_scope = @encryption_scope, server_ecrypted _server_ecrypted = @server_ecrypted, request_id _request_id = @request_id, version _version = @version)
#