6namespace Azure {
namespace Storage {
namespace _internal {
7 constexpr static const char* BlobServicePackageName =
"storage-blobs";
8 constexpr static const char* DatalakeServicePackageName =
"storage-files-datalake";
9 constexpr static const char* FileServicePackageName =
"storage-files-shares";
10 constexpr static const char* QueueServicePackageName =
"storage-queues";
11 constexpr static const char* HttpQuerySnapshot =
"snapshot";
12 constexpr static const char* HttpQueryVersionId =
"versionid";
13 constexpr static const char* HttpQueryTimeout =
"timeout";
14 constexpr static const char* StorageScope =
"https://storage.azure.com/.default";
15 constexpr static const char* StorageDefaultAudience =
"https://storage.azure.com";
16 constexpr static const char* HttpHeaderDate =
"date";
17 constexpr static const char* HttpHeaderXMsDate =
"x-ms-date";
18 constexpr static const char* HttpHeaderXMsVersion =
"x-ms-version";
19 constexpr static const char* HttpHeaderRequestId =
"x-ms-request-id";
20 constexpr static const char* HttpHeaderClientRequestId =
"x-ms-client-request-id";
21 constexpr static const char* HttpHeaderContentType =
"content-type";
22 constexpr static const char* HttpHeaderContentLength =
"content-length";
23 constexpr static const char* HttpHeaderContentRange =
"content-range";
25 constexpr int ReliableStreamRetryCount = 3;