class

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)
Source

Class methods

default
Source

Instance methods

access_conditions
Source
access_conditions=(access_conditions : AccessConditions | Nil)
Source
block_size
Source
block_size=(block_size : Int64)
Source
concurrency
Source
concurrency=(concurrency : Int32)
Source
cpk_info
Source
cpk_info=(cpk_info : CPKInfo | Nil)
Source
cpk_scope_info
Source
cpk_scope_info=(cpk_scope_info : CPKScopeInfo | Nil)
Source
progress
Source
progress=(progress : Proc(Int64, Nil) | Nil)
Source
range
Source
range=(range : HTTPRange)
Source
range_content_md5=(range_content_md5 : Bool)
Source
range_content_md5?
Source
retry_read_options
Source
retry_read_options=(retry_read_options : RetryReaderOptions | Nil)
Source
snapshot
Source
snapshot=(snapshot : String | Nil)
Source
version_id
Source
version_id=(version_id : String | Nil)
Source