Module: Azure::Storage::Table::Default
- Defined in:
- table/lib/azure/storage/table/default.rb
Constant Summary collapse
- STG_VERSION =
Default REST service (STG) version number
"2016-05-31"
- DEFAULT_PARALLEL_OPERATION_THREAD_COUNT =
The number of default concurrent requests for parallel operation.
1
- KB =
Constant representing a kilobyte (Non-SI version).
1024
- MB =
Constant representing a megabyte (Non-SI version).
1024 * 1024
- GB =
Constant representing a gigabyte (Non-SI version).
1024 * 1024 * 1024
- HTTP =
Specifies HTTP.
"http"
- HTTPS =
Specifies HTTPS.
"https"
- DEFAULT_HTTP_PORT =
Default HTTP port.
80
- DEFAULT_HTTPS_PORT =
Default HTTPS port.
443
- XML_METADATA_MARKER =
Marker for atom metadata.
"$"
- XML_VALUE_MARKER =
Marker for atom value.
"_"
- USER_AGENT =
Default User Agent header string
"Azure-Storage/#{Azure::Storage::Table::Version.to_uas}-#{Azure::Storage::Common::Version.to_uas} (Ruby #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}; #{Azure::Storage::Common::Default.os})".freeze