AZBlob::DownloadOptions
Inherits Reference < Object
Constructors
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)
SourceClass methods
default
SourceInstance methods
access_conditions
Sourceaccess_conditions=(access_conditions : AccessConditions | Nil)
Sourceblock_size
Sourceblock_size=(block_size : Int64)
Sourceconcurrency
Sourceconcurrency=(concurrency : Int32)
Sourcecpk_info
Sourcecpk_info=(cpk_info : CPKInfo | Nil)
Sourcecpk_scope_info
Sourcecpk_scope_info=(cpk_scope_info : CPKScopeInfo | Nil)
Sourceprogress
Sourceprogress=(progress : Proc(Int64, Nil) | Nil)
Sourcerange
Sourcerange=(range : HTTPRange)
Sourcerange_content_md5=(range_content_md5 : Bool)
Sourcerange_content_md5?
Sourceretry_read_options
Sourceretry_read_options=(retry_read_options : RetryReaderOptions | Nil)
Sourcesnapshot
Sourcesnapshot=(snapshot : String | Nil)
Sourceversion_id
Sourceversion_id=(version_id : String | Nil)
Source