Module: Azure::Storage::Common::StorageServiceClientConstants

Defined in:
lib/azure/storage/common/default.rb

Constant Summary collapse

DEFAULT_PROTOCOL =

The default protocol.

"https"
DEVSTORE_STORAGE_ACCOUNT =

Default credentials.

"devstoreaccount1"
DEVSTORE_STORAGE_ACCESS_KEY =
"Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
DEV_STORE_URI =

The development store URI.

"http://127.0.0.1"
DEVSTORE_BLOB_HOST_PORT =

Development ServiceClient URLs.

"10000"
DEVSTORE_QUEUE_HOST_PORT =
"10001"
DEVSTORE_TABLE_HOST_PORT =
"10002"
DEVSTORE_FILE_HOST_PORT =
"10003"
DEFAULT_ENDPOINT_SUFFIX =
"core.windows.net"