struct AZBlob::Client::Config

Defined in:

azblob/config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(account_name, account_key, proxy : ProxyConfig | Nil = nil) #

[View source]

Class Method Detail

def self.from_env #

[View source]
def self.with_connection_string(connection_string : String, proxy = nil) #

[View source]
def self.with_shared_key(account_name : String, account_key : String, proxy = nil) #

[View source]

Instance Method Detail

def account_key : String #

[View source]
def account_name : String #

[View source]
def endpoint : URI #

[View source]
def proxy : ProxyConfig | Nil #

[View source]
def proxy=(proxy : ProxyConfig) #

[View source]