7namespace Azure {
namespace Storage {
namespace Files {
namespace Shares {
9 constexpr static const char* FileDefaultTimeValue =
"now";
10 constexpr static const char* FileCopySourceTime =
"source";
11 constexpr static const char* FileInheritPermission =
"inherit";
12 constexpr static const char* FilePreserveSmbProperties =
"preserve";
13 constexpr static const char* FileAllHandles =
"*";
16 constexpr static const char* ShareSnapshotQueryParameter =
"sharesnapshot";
19 constexpr static const char* ParentNotFound =
"ParentNotFound";
20 constexpr static const char* ResourceNotFound =
"ResourceNotFound";
21 constexpr static const char* ShareAlreadyExists =
"ShareAlreadyExists";
22 constexpr static const char* ShareNotFound =
"ShareNotFound";
23 constexpr static const char* ResourceAlreadyExists =
"ResourceAlreadyExists";