class
AZBlob::DownloadOptions
- AZBlob::DownloadOptions
- Reference
- Object
Defined in:
azblob/net/options.crConstructors
Class Method Summary
Instance Method Summary
- #access_conditions : AccessConditions | Nil
- #access_conditions=(access_conditions : AccessConditions | Nil)
- #block_size : Int64
- #block_size=(block_size : Int64)
- #concurrency : Int32
- #concurrency=(concurrency : Int32)
- #cpk_info : CPKInfo | Nil
- #cpk_info=(cpk_info : CPKInfo | Nil)
- #cpk_scope_info : CPKScopeInfo | Nil
- #cpk_scope_info=(cpk_scope_info : CPKScopeInfo | Nil)
- #progress : Proc(Int64, Nil) | Nil
- #progress=(progress : Proc(Int64, Nil) | Nil)
- #range : HTTPRange
- #range=(range : HTTPRange)
- #range_content_md5=(range_content_md5 : Bool)
- #range_content_md5? : Bool
- #retry_read_options : RetryReaderOptions | Nil
- #retry_read_options=(retry_read_options : RetryReaderOptions | Nil)
- #snapshot : String | Nil
- #snapshot=(snapshot : String | Nil)
- #version_id : String | Nil
- #version_id=(version_id : String | Nil)
Constructor Detail
def self.new(block_size : Int64 = 0, concurrency : Int32 = 0, range : AZBlob::HTTPRange = HTTPRange.empty, range_content_md5 : Bool = false, access_conditions : AZBlob::AccessConditions | Nil = nil, cpk_info : AZBlob::CPKInfo | Nil = nil, cpk_scope_info : AZBlob::CPKScopeInfo | Nil = nil, progress : Nil | Int64 -> _ = nil, snapshot : Nil | String = nil, version_id : Nil | String = nil)
#