struct AZBlob::RetryReaderOptions

Defined in:

azblob/net/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(max_tries : Int32, on_fail_read : FailRead | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(max_tries _max_tries = @max_tries, on_fail_read _on_fail_read = @on_fail_read) #

[View source]
def max_tries : Int32 #

def on_fail_read : FailRead | Nil #