9#include <azure/core/case_insensitive_containers.hpp>
10#include <azure/core/context.hpp>
11#include <azure/core/datetime.hpp>
12#include <azure/core/etag.hpp>
13#include <azure/core/http/http.hpp>
14#include <azure/core/internal/extendable_enumeration.hpp>
15#include <azure/core/internal/http/pipeline.hpp>
16#include <azure/core/io/body_stream.hpp>
17#include <azure/core/nullable.hpp>
18#include <azure/core/response.hpp>
19#include <azure/core/url.hpp>
20#include <azure/storage/common/storage_common.hpp>
21#include <azure/storage/files/shares/dll_import_export.hpp>
30namespace Azure {
namespace Storage {
namespace Files {
namespace Shares {
35 constexpr static const char* ApiVersion =
"2025-05-05";
53 Nullable<std::int32_t>
Days;
145 class ShareTokenIntent final :
public Core::_internal::ExtendableEnumeration<ShareTokenIntent> {
186 class AccessTier final :
public Core::_internal::ExtendableEnumeration<AccessTier> {
191 explicit AccessTier(std::string value) : ExtendableEnumeration(std::move(value)) {}
205 class LeaseStatus final :
public Core::_internal::ExtendableEnumeration<LeaseStatus> {
210 explicit LeaseStatus(std::string value) : ExtendableEnumeration(std::move(value)) {}
220 class LeaseState final :
public Core::_internal::ExtendableEnumeration<LeaseState> {
225 explicit LeaseState(std::string value) : ExtendableEnumeration(std::move(value)) {}
242 :
public Core::_internal::ExtendableEnumeration<LeaseDurationType> {
257 class ShareProtocols final :
public Core::_internal::ExtendableEnumeration<ShareProtocols> {
262 explicit ShareProtocols(std::string value) : ExtendableEnumeration(std::move(value)) {}
272 class ShareRootSquash final :
public Core::_internal::ExtendableEnumeration<ShareRootSquash> {
277 explicit ShareRootSquash(std::string value) : ExtendableEnumeration(std::move(value)) {}
302 std::int64_t
Quota = std::int64_t();
435 enum class ListSharesIncludeFlags
442 inline ListSharesIncludeFlags operator|(ListSharesIncludeFlags lhs, ListSharesIncludeFlags rhs)
444 using type = std::underlying_type_t<ListSharesIncludeFlags>;
445 return static_cast<ListSharesIncludeFlags
>(
static_cast<type
>(lhs) |
static_cast<type
>(rhs));
447 inline ListSharesIncludeFlags& operator|=(
448 ListSharesIncludeFlags& lhs,
449 ListSharesIncludeFlags rhs)
454 inline ListSharesIncludeFlags operator&(ListSharesIncludeFlags lhs, ListSharesIncludeFlags rhs)
456 using type = std::underlying_type_t<ListSharesIncludeFlags>;
457 return static_cast<ListSharesIncludeFlags
>(
static_cast<type
>(lhs) &
static_cast<type
>(rhs));
459 inline ListSharesIncludeFlags& operator&=(
460 ListSharesIncludeFlags& lhs,
461 ListSharesIncludeFlags rhs)
470 struct ListSharesResponse final
472 std::string ServiceEndpoint;
473 Nullable<std::string> Prefix;
474 Nullable<std::string> Marker;
475 Nullable<std::int32_t> MaxResults;
479 std::vector<ShareItem> ShareItems;
480 std::string NextMarker;
549 std::int64_t
Quota = std::int64_t();
640 :
public Core::_internal::ExtendableEnumeration<DeleteSnapshotsOption> {
674 struct AcquireShareLeaseResult final
686 DateTime LastModified;
695 struct ReleaseShareLeaseResult final
707 DateTime LastModified;
712 struct ChangeShareLeaseResult final
724 DateTime LastModified;
733 struct RenewShareLeaseResult final
745 DateTime LastModified;
754 struct BreakShareLeaseResult final
766 DateTime LastModified;
770 std::int32_t LeaseTime = std::int32_t();
811 :
public Core::_internal::ExtendableEnumeration<FilePermissionFormat> {
837 struct SharePermission final
842 std::string Permission;
843 Nullable<FilePermissionFormat> Format;
1006 const std::vector<std::string>&
GetValues()
const {
return m_value; }
1016 *
this = *
this | other;
1022 *
this = *
this & other;
1028 *
this = *
this ^ other;
1054 std::vector<std::string> m_value;
1093 class NfsFileType final :
public Core::_internal::ExtendableEnumeration<NfsFileType> {
1098 explicit NfsFileType(std::string value) : ExtendableEnumeration(std::move(value)) {}
1116 bool Created =
true;
1130 DateTime LastModified;
1135 bool IsServerEncrypted = bool();
1139 Nullable<std::string> FileMode;
1143 Nullable<std::string> Owner;
1147 Nullable<std::string> Group;
1157 struct DirectoryProperties final
1162 FileSmbProperties SmbProperties;
1166 Core::CaseInsensitiveMap Metadata;
1176 DateTime LastModified;
1181 bool IsServerEncrypted = bool();
1185 Nullable<std::string> FileMode;
1189 Nullable<std::string> Owner;
1193 Nullable<std::string> Group;
1197 Nullable<Models::NfsFileType> NfsFileType;
1230 DateTime LastModified;
1235 bool IsServerEncrypted = bool();
1239 Nullable<std::string> FileMode;
1243 Nullable<std::string> Owner;
1247 Nullable<std::string> Group;
1266 struct StringEncoded final
1268 bool Encoded = bool();
1269 std::string Content;
1351 struct FilesAndDirectoriesListSegment final
1356 std::vector<DirectoryItem> DirectoryItems;
1360 std::vector<FileItem> FileItems;
1366 enum class ListFilesIncludeFlags
1374 inline ListFilesIncludeFlags operator|(ListFilesIncludeFlags lhs, ListFilesIncludeFlags rhs)
1376 using type = std::underlying_type_t<ListFilesIncludeFlags>;
1377 return static_cast<ListFilesIncludeFlags
>(
static_cast<type
>(lhs) |
static_cast<type
>(rhs));
1379 inline ListFilesIncludeFlags& operator|=(ListFilesIncludeFlags& lhs, ListFilesIncludeFlags rhs)
1384 inline ListFilesIncludeFlags operator&(ListFilesIncludeFlags lhs, ListFilesIncludeFlags rhs)
1386 using type = std::underlying_type_t<ListFilesIncludeFlags>;
1387 return static_cast<ListFilesIncludeFlags
>(
static_cast<type
>(lhs) &
static_cast<type
>(rhs));
1389 inline ListFilesIncludeFlags& operator&=(ListFilesIncludeFlags& lhs, ListFilesIncludeFlags rhs)
1398 struct ListFilesAndDirectoriesSegmentResponse final
1400 std::string ServiceEndpoint;
1401 std::string ShareName;
1402 Nullable<std::string> ShareSnapshot;
1403 Nullable<bool> Encoded;
1404 std::string DirectoryPath;
1405 StringEncoded Prefix;
1406 Nullable<std::string> Marker;
1407 Nullable<std::int32_t> MaxResults;
1411 FilesAndDirectoriesListSegment Segment;
1412 std::string NextMarker;
1413 Nullable<std::string> DirectoryId;
1418 class AccessRight final :
public Core::_internal::ExtendableEnumeration<AccessRight> {
1421 AccessRight() =
default;
1423 explicit AccessRight(std::string value) : ExtendableEnumeration(std::move(value)) {}
1426 AZ_STORAGE_FILES_SHARES_DLLEXPORT
const static AccessRight Read;
1428 AZ_STORAGE_FILES_SHARES_DLLEXPORT
const static AccessRight Write;
1430 AZ_STORAGE_FILES_SHARES_DLLEXPORT
const static AccessRight Delete;
1435 struct HandleItem final
1440 std::string HandleId;
1452 std::string ParentId;
1456 std::string SessionId;
1460 std::string ClientIp;
1464 std::string ClientName;
1472 DateTime LastReconnectedOn;
1476 std::vector<AccessRight> AccessRightList;
1482 struct ForceCloseDirectoryHandlesResult final
1488 Nullable<std::string> ContinuationToken;
1492 std::int32_t NumberOfHandlesClosed = std::int32_t();
1496 std::int32_t NumberOfHandlesFailedToClose = std::int32_t();
1501 struct RenameDirectoryResult final
1512 DateTime LastModified;
1517 bool IsServerEncrypted = bool();
1521 std::string FilePermissionKey;
1525 std::string FileAttributes;
1529 DateTime FileCreationTime;
1533 DateTime FileLastWriteTime;
1537 DateTime FileChangeTime;
1545 std::string FileParentId;
1550 struct CreateFileResult final
1555 bool Created =
true;
1559 FileSmbProperties SmbProperties;
1569 DateTime LastModified;
1574 bool IsServerEncrypted = bool();
1578 Nullable<std::string> FileMode;
1582 Nullable<std::string> Owner;
1586 Nullable<std::string> Group;
1590 Nullable<Models::NfsFileType> NfsFileType;
1627 class CopyStatus final :
public Core::_internal::ExtendableEnumeration<CopyStatus> {
1632 explicit CopyStatus(std::string value) : ExtendableEnumeration(std::move(value)) {}
1659 DateTime LastModified;
1663 Core::CaseInsensitiveMap Metadata;
1668 Nullable<std::string> CopyId;
1676 Nullable<std::string> CopySource;
1688 Nullable<std::string> CopyStatusDescription;
1696 Nullable<std::string> CopyProgress;
1704 Nullable<DateTime> CopyCompletedOn;
1710 bool IsServerEncrypted = bool();
1727 Nullable<std::string> FileMode;
1728 Nullable<std::string> Owner;
1729 Nullable<std::string> Group;
1730 Nullable<std::int64_t> LinkCount;
1735 struct DownloadFileResult final
1740 std::unique_ptr<Core::IO::BodyStream> BodyStream;
1744 Core::Http::HttpRange ContentRange;
1748 std::int64_t FileSize = std::int64_t();
1752 Nullable<ContentHash> TransactionalContentHash;
1756 FileHttpHeaders HttpHeaders;
1760 DownloadFileDetails Details;
1765 struct FileProperties final
1770 FileSmbProperties SmbProperties;
1774 FileHttpHeaders HttpHeaders;
1779 DateTime LastModified;
1783 Core::CaseInsensitiveMap Metadata;
1788 std::int64_t FileSize = std::int64_t();
1799 Nullable<DateTime> CopyCompletedOn;
1804 Nullable<std::string> CopyStatusDescription;
1809 Nullable<std::string> CopyId;
1815 Nullable<std::string> CopyProgress;
1820 Nullable<std::string> CopySource;
1824 Nullable<Models::CopyStatus> CopyStatus;
1831 bool IsServerEncrypted = bool();
1835 Nullable<LeaseDurationType> LeaseDuration;
1839 Nullable<Models::LeaseState> LeaseState;
1843 Nullable<Models::LeaseStatus> LeaseStatus;
1847 Nullable<std::string> FileMode;
1851 Nullable<std::string> Owner;
1855 Nullable<std::string> Group;
1859 Nullable<std::int64_t> LinkCount;
1863 Nullable<Models::NfsFileType> NfsFileType;
1899 DateTime LastModified;
1904 bool IsServerEncrypted = bool();
1908 Nullable<std::string> FileMode;
1912 Nullable<std::string> Owner;
1916 Nullable<std::string> Group;
1920 Nullable<std::int64_t> LinkCount;
1942 struct AcquireFileLeaseResult final
1954 DateTime LastModified;
1958 std::string LeaseId;
1963 struct ReleaseFileLeaseResult final
1975 DateTime LastModified;
1980 struct ChangeFileLeaseResult final
1992 DateTime LastModified;
1996 std::string LeaseId;
2001 struct BreakFileLeaseResult final
2013 DateTime LastModified;
2020 :
public Core::_internal::ExtendableEnumeration<FileLastWrittenMode> {
2120 :
public Core::_internal::ExtendableEnumeration<PermissionCopyMode> {
2138 class ModeCopyMode final :
public Core::_internal::ExtendableEnumeration<ModeCopyMode> {
2143 explicit ModeCopyMode(std::string value) : ExtendableEnumeration(std::move(value)) {}
2157 class OwnerCopyMode final :
public Core::_internal::ExtendableEnumeration<OwnerCopyMode> {
2162 explicit OwnerCopyMode(std::string value) : ExtendableEnumeration(std::move(value)) {}
2173 struct StartFileCopyResult final
2183 DateTime LastModified;
2206 struct ListHandlesResponse final
2211 std::vector<HandleItem> HandleList;
2212 std::string NextMarker;
2217 struct ForceFileCloseHandlesResult final
2223 Nullable<std::string> ContinuationToken;
2227 std::int32_t NumberOfHandlesClosed = std::int32_t();
2231 std::int32_t NumberOfHandlesFailedToClose = std::int32_t();
2236 struct RenameFileResult final
2247 DateTime LastModified;
2252 bool IsServerEncrypted = bool();
2256 std::string FilePermissionKey;
2260 std::string FileAttributes;
2264 DateTime FileCreationTime;
2268 DateTime FileLastWriteTime;
2272 DateTime FileChangeTime;
2280 std::string FileParentId;
2285 struct CreateFileSymbolicLinkResult final
2287 bool Created =
true;
2291 FileSmbProperties SmbProperties;
2301 DateTime LastModified;
2305 std::string FileMode;
2317 Models::NfsFileType NfsFileType;
2322 struct GetFileSymbolicLinkResult final
2333 DateTime LastModified;
2339 std::string LinkText;
2344 struct CreateFileHardLinkResult final
2346 bool Created =
true;
2350 FileSmbProperties SmbProperties;
2360 DateTime LastModified;
2364 std::int64_t LinkCount = std::int64_t();
2368 std::string FileMode;
2380 Models::NfsFileType NfsFileType;
2385 class ServiceClient final {
2387 struct SetServicePropertiesOptions final
2389 Models::ShareServiceProperties ShareServiceProperties;
2390 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2392 static Response<Models::SetServicePropertiesResult> SetProperties(
2393 Core::Http::_internal::HttpPipeline& pipeline,
2394 const Core::Url& url,
2395 const SetServicePropertiesOptions& options,
2396 const Core::Context& context);
2397 struct GetServicePropertiesOptions final
2399 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2401 static Response<Models::ShareServiceProperties> GetProperties(
2402 Core::Http::_internal::HttpPipeline& pipeline,
2403 const Core::Url& url,
2404 const GetServicePropertiesOptions& options,
2405 const Core::Context& context);
2406 struct ListServiceSharesSegmentOptions final
2408 Nullable<std::string> Prefix;
2409 Nullable<std::string> Marker;
2410 Nullable<std::int32_t> MaxResults;
2411 Nullable<Models::ListSharesIncludeFlags> Include;
2412 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2414 static Response<Models::_detail::ListSharesResponse> ListSharesSegment(
2415 Core::Http::_internal::HttpPipeline& pipeline,
2416 const Core::Url& url,
2417 const ListServiceSharesSegmentOptions& options,
2418 const Core::Context& context);
2420 class ShareClient final {
2422 struct CreateShareOptions final
2424 std::map<std::string, std::string> Metadata;
2425 Nullable<std::int64_t> Quota;
2426 Nullable<Models::AccessTier> AccessTier;
2427 Nullable<Models::ShareProtocols> EnabledProtocols;
2428 Nullable<Models::ShareRootSquash> RootSquash;
2429 Nullable<bool> EnableSnapshotVirtualDirectoryAccess;
2430 Nullable<bool> PaidBurstingEnabled;
2431 Nullable<std::int64_t> PaidBurstingMaxBandwidthMibps;
2432 Nullable<std::int64_t> PaidBurstingMaxIops;
2433 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2434 Nullable<std::int64_t> ShareProvisionedIops;
2435 Nullable<std::int64_t> ShareProvisionedBandwidthMibps;
2437 static Response<Models::CreateShareResult> Create(
2438 Core::Http::_internal::HttpPipeline& pipeline,
2439 const Core::Url& url,
2440 const CreateShareOptions& options,
2441 const Core::Context& context);
2442 struct GetSharePropertiesOptions final
2444 Nullable<std::string> Sharesnapshot;
2445 Nullable<std::string> LeaseId;
2446 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2448 static Response<Models::ShareProperties> GetProperties(
2449 Core::Http::_internal::HttpPipeline& pipeline,
2450 const Core::Url& url,
2451 const GetSharePropertiesOptions& options,
2452 const Core::Context& context);
2453 struct DeleteShareOptions final
2455 Nullable<std::string> Sharesnapshot;
2456 Nullable<Models::DeleteSnapshotsOption> DeleteSnapshots;
2457 Nullable<std::string> LeaseId;
2458 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2460 static Response<Models::DeleteShareResult> Delete(
2461 Core::Http::_internal::HttpPipeline& pipeline,
2462 const Core::Url& url,
2463 const DeleteShareOptions& options,
2464 const Core::Context& context);
2465 struct AcquireShareLeaseOptions final
2467 Nullable<std::int32_t> Duration;
2468 Nullable<std::string> ProposedLeaseId;
2469 Nullable<std::string> Sharesnapshot;
2470 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2472 static Response<Models::_detail::AcquireShareLeaseResult> AcquireLease(
2473 Core::Http::_internal::HttpPipeline& pipeline,
2474 const Core::Url& url,
2475 const AcquireShareLeaseOptions& options,
2476 const Core::Context& context);
2477 struct ReleaseShareLeaseOptions final
2479 std::string LeaseId;
2480 Nullable<std::string> Sharesnapshot;
2481 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2483 static Response<Models::_detail::ReleaseShareLeaseResult> ReleaseLease(
2484 Core::Http::_internal::HttpPipeline& pipeline,
2485 const Core::Url& url,
2486 const ReleaseShareLeaseOptions& options,
2487 const Core::Context& context);
2488 struct ChangeShareLeaseOptions final
2490 std::string LeaseId;
2491 Nullable<std::string> ProposedLeaseId;
2492 Nullable<std::string> Sharesnapshot;
2493 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2495 static Response<Models::_detail::ChangeShareLeaseResult> ChangeLease(
2496 Core::Http::_internal::HttpPipeline& pipeline,
2497 const Core::Url& url,
2498 const ChangeShareLeaseOptions& options,
2499 const Core::Context& context);
2500 struct RenewShareLeaseOptions final
2502 std::string LeaseId;
2503 Nullable<std::string> Sharesnapshot;
2504 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2506 static Response<Models::_detail::RenewShareLeaseResult> RenewLease(
2507 Core::Http::_internal::HttpPipeline& pipeline,
2508 const Core::Url& url,
2509 const RenewShareLeaseOptions& options,
2510 const Core::Context& context);
2511 struct BreakShareLeaseOptions final
2513 Nullable<std::int32_t> BreakPeriod;
2514 Nullable<std::string> LeaseId;
2515 Nullable<std::string> Sharesnapshot;
2516 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2518 static Response<Models::_detail::BreakShareLeaseResult> BreakLease(
2519 Core::Http::_internal::HttpPipeline& pipeline,
2520 const Core::Url& url,
2521 const BreakShareLeaseOptions& options,
2522 const Core::Context& context);
2523 struct CreateShareSnapshotOptions final
2525 std::map<std::string, std::string> Metadata;
2526 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2528 static Response<Models::CreateShareSnapshotResult> CreateSnapshot(
2529 Core::Http::_internal::HttpPipeline& pipeline,
2530 const Core::Url& url,
2531 const CreateShareSnapshotOptions& options,
2532 const Core::Context& context);
2533 struct CreateSharePermissionOptions final
2535 Models::_detail::SharePermission SharePermission;
2536 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2538 static Response<Models::CreateSharePermissionResult> CreatePermission(
2539 Core::Http::_internal::HttpPipeline& pipeline,
2540 const Core::Url& url,
2541 const CreateSharePermissionOptions& options,
2542 const Core::Context& context);
2543 struct GetSharePermissionOptions final
2545 std::string FilePermissionKey;
2546 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2547 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2549 static Response<Models::_detail::SharePermission> GetPermission(
2550 Core::Http::_internal::HttpPipeline& pipeline,
2551 const Core::Url& url,
2552 const GetSharePermissionOptions& options,
2553 const Core::Context& context);
2554 struct SetSharePropertiesOptions final
2556 Nullable<std::int64_t> Quota;
2557 Nullable<Models::AccessTier> AccessTier;
2558 Nullable<std::string> LeaseId;
2559 Nullable<Models::ShareRootSquash> RootSquash;
2560 Nullable<bool> EnableSnapshotVirtualDirectoryAccess;
2561 Nullable<bool> PaidBurstingEnabled;
2562 Nullable<std::int64_t> PaidBurstingMaxBandwidthMibps;
2563 Nullable<std::int64_t> PaidBurstingMaxIops;
2564 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2565 Nullable<std::int64_t> ShareProvisionedIops;
2566 Nullable<std::int64_t> ShareProvisionedBandwidthMibps;
2568 static Response<Models::SetSharePropertiesResult> SetProperties(
2569 Core::Http::_internal::HttpPipeline& pipeline,
2570 const Core::Url& url,
2571 const SetSharePropertiesOptions& options,
2572 const Core::Context& context);
2573 struct SetShareMetadataOptions final
2575 std::map<std::string, std::string> Metadata;
2576 Nullable<std::string> LeaseId;
2577 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2579 static Response<Models::SetShareMetadataResult> SetMetadata(
2580 Core::Http::_internal::HttpPipeline& pipeline,
2581 const Core::Url& url,
2582 const SetShareMetadataOptions& options,
2583 const Core::Context& context);
2584 struct GetShareAccessPolicyOptions final
2586 Nullable<std::string> LeaseId;
2587 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2589 static Response<Models::ShareAccessPolicy> GetAccessPolicy(
2590 Core::Http::_internal::HttpPipeline& pipeline,
2591 const Core::Url& url,
2592 const GetShareAccessPolicyOptions& options,
2593 const Core::Context& context);
2594 struct SetShareAccessPolicyOptions final
2596 std::vector<Models::SignedIdentifier> ShareAcl;
2597 Nullable<std::string> LeaseId;
2598 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2600 static Response<Models::SetShareAccessPolicyResult> SetAccessPolicy(
2601 Core::Http::_internal::HttpPipeline& pipeline,
2602 const Core::Url& url,
2603 const SetShareAccessPolicyOptions& options,
2604 const Core::Context& context);
2605 struct GetShareStatisticsOptions final
2607 Nullable<std::string> LeaseId;
2608 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2610 static Response<Models::ShareStatistics> GetStatistics(
2611 Core::Http::_internal::HttpPipeline& pipeline,
2612 const Core::Url& url,
2613 const GetShareStatisticsOptions& options,
2614 const Core::Context& context);
2616 class DirectoryClient final {
2618 struct CreateDirectoryOptions final
2620 Nullable<bool> AllowTrailingDot;
2621 std::map<std::string, std::string> Metadata;
2622 Nullable<std::string> FilePermission;
2623 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2624 Nullable<std::string> FilePermissionKey;
2625 std::string FileAttributes;
2626 Nullable<std::string> FileCreationTime;
2627 Nullable<std::string> FileLastWriteTime;
2628 Nullable<std::string> FileChangeTime;
2629 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2630 Nullable<std::string> Owner;
2631 Nullable<std::string> Group;
2632 Nullable<std::string> FileMode;
2634 static Response<Models::_detail::CreateDirectoryResult> Create(
2635 Core::Http::_internal::HttpPipeline& pipeline,
2636 const Core::Url& url,
2637 const CreateDirectoryOptions& options,
2638 const Core::Context& context);
2639 struct GetDirectoryPropertiesOptions final
2641 Nullable<bool> AllowTrailingDot;
2642 Nullable<std::string> Sharesnapshot;
2643 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2645 static Response<Models::_detail::DirectoryProperties> GetProperties(
2646 Core::Http::_internal::HttpPipeline& pipeline,
2647 const Core::Url& url,
2648 const GetDirectoryPropertiesOptions& options,
2649 const Core::Context& context);
2650 struct DeleteDirectoryOptions final
2652 Nullable<bool> AllowTrailingDot;
2653 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2655 static Response<Models::DeleteDirectoryResult> Delete(
2656 Core::Http::_internal::HttpPipeline& pipeline,
2657 const Core::Url& url,
2658 const DeleteDirectoryOptions& options,
2659 const Core::Context& context);
2660 struct SetDirectoryPropertiesOptions final
2662 Nullable<std::string> FilePermission;
2663 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2664 Nullable<std::string> FilePermissionKey;
2665 std::string FileAttributes;
2666 Nullable<std::string> FileCreationTime;
2667 Nullable<std::string> FileLastWriteTime;
2668 Nullable<std::string> FileChangeTime;
2669 Nullable<bool> AllowTrailingDot;
2670 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2671 Nullable<std::string> Owner;
2672 Nullable<std::string> Group;
2673 Nullable<std::string> FileMode;
2675 static Response<Models::_detail::SetDirectoryPropertiesResult> SetProperties(
2676 Core::Http::_internal::HttpPipeline& pipeline,
2677 const Core::Url& url,
2678 const SetDirectoryPropertiesOptions& options,
2679 const Core::Context& context);
2680 struct SetDirectoryMetadataOptions final
2682 std::map<std::string, std::string> Metadata;
2683 Nullable<bool> AllowTrailingDot;
2684 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2686 static Response<Models::SetDirectoryMetadataResult> SetMetadata(
2687 Core::Http::_internal::HttpPipeline& pipeline,
2688 const Core::Url& url,
2689 const SetDirectoryMetadataOptions& options,
2690 const Core::Context& context);
2691 struct ListDirectoryFilesAndDirectoriesSegmentOptions final
2693 Nullable<std::string> Prefix;
2694 Nullable<std::string> Sharesnapshot;
2695 Nullable<std::string> Marker;
2696 Nullable<std::int32_t> MaxResults;
2697 Nullable<Models::ListFilesIncludeFlags> Include;
2698 Nullable<bool> IncludeExtendedInfo;
2699 Nullable<bool> AllowTrailingDot;
2700 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2702 static Response<Models::_detail::ListFilesAndDirectoriesSegmentResponse>
2703 ListFilesAndDirectoriesSegment(
2704 Core::Http::_internal::HttpPipeline& pipeline,
2705 const Core::Url& url,
2706 const ListDirectoryFilesAndDirectoriesSegmentOptions& options,
2707 const Core::Context& context);
2708 struct ListDirectoryHandlesOptions final
2710 Nullable<std::string> Marker;
2711 Nullable<std::int32_t> MaxResults;
2712 Nullable<std::string> Sharesnapshot;
2713 Nullable<bool> Recursive;
2714 Nullable<bool> AllowTrailingDot;
2715 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2717 static Response<Models::_detail::ListHandlesResponse> ListHandles(
2718 Core::Http::_internal::HttpPipeline& pipeline,
2719 const Core::Url& url,
2720 const ListDirectoryHandlesOptions& options,
2721 const Core::Context& context);
2722 struct ForceDirectoryCloseHandlesOptions final
2724 Nullable<std::string> Marker;
2725 Nullable<std::string> Sharesnapshot;
2726 std::string HandleId;
2727 Nullable<bool> Recursive;
2728 Nullable<bool> AllowTrailingDot;
2729 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2731 static Response<Models::_detail::ForceCloseDirectoryHandlesResult> ForceCloseHandles(
2732 Core::Http::_internal::HttpPipeline& pipeline,
2733 const Core::Url& url,
2734 const ForceDirectoryCloseHandlesOptions& options,
2735 const Core::Context& context);
2736 struct RenameDirectoryOptions final
2738 std::string RenameSource;
2739 Nullable<bool> ReplaceIfExists;
2740 Nullable<bool> IgnoreReadOnly;
2741 Nullable<std::string> SourceLeaseId;
2742 Nullable<std::string> DestinationLeaseId;
2743 Nullable<std::string> FileAttributes;
2744 Nullable<std::string> FileCreationTime;
2745 Nullable<std::string> FileLastWriteTime;
2746 Nullable<std::string> FileChangeTime;
2747 Nullable<std::string> FilePermission;
2748 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2749 Nullable<std::string> FilePermissionKey;
2750 std::map<std::string, std::string> Metadata;
2751 Nullable<bool> AllowTrailingDot;
2752 Nullable<bool> AllowSourceTrailingDot;
2753 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2755 static Response<Models::_detail::RenameDirectoryResult> Rename(
2756 Core::Http::_internal::HttpPipeline& pipeline,
2757 const Core::Url& url,
2758 const RenameDirectoryOptions& options,
2759 const Core::Context& context);
2761 class FileClient final {
2763 struct CreateFileOptions final
2765 Nullable<bool> AllowTrailingDot;
2766 std::int64_t FileContentLength = std::int64_t();
2767 Nullable<std::string> FileContentType;
2768 Nullable<std::string> FileContentEncoding;
2769 Nullable<std::string> FileContentLanguage;
2770 Nullable<std::string> FileCacheControl;
2771 Nullable<std::vector<std::uint8_t>> FileContentMD5;
2772 Nullable<std::string> FileContentDisposition;
2773 std::map<std::string, std::string> Metadata;
2774 Nullable<std::string> FilePermission;
2775 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2776 Nullable<std::string> FilePermissionKey;
2777 std::string FileAttributes;
2778 Nullable<std::string> FileCreationTime;
2779 Nullable<std::string> FileLastWriteTime;
2780 Nullable<std::string> FileChangeTime;
2781 Nullable<std::string> LeaseId;
2782 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2783 Nullable<std::string> Owner;
2784 Nullable<std::string> Group;
2785 Nullable<std::string> FileMode;
2786 Nullable<Models::NfsFileType> NfsFileType;
2788 static Response<Models::_detail::CreateFileResult> Create(
2789 Core::Http::_internal::HttpPipeline& pipeline,
2790 const Core::Url& url,
2791 const CreateFileOptions& options,
2792 const Core::Context& context);
2793 struct DownloadFileOptions final
2795 Nullable<bool> AllowTrailingDot;
2796 Nullable<std::string> Range;
2797 Nullable<bool> RangeGetContentMD5;
2798 Nullable<std::string> LeaseId;
2799 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2801 static Response<Models::_detail::DownloadFileResult> Download(
2802 Core::Http::_internal::HttpPipeline& pipeline,
2803 const Core::Url& url,
2804 const DownloadFileOptions& options,
2805 const Core::Context& context);
2806 struct GetFilePropertiesOptions final
2808 Nullable<bool> AllowTrailingDot;
2809 Nullable<std::string> Sharesnapshot;
2810 Nullable<std::string> LeaseId;
2811 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2813 static Response<Models::_detail::FileProperties> GetProperties(
2814 Core::Http::_internal::HttpPipeline& pipeline,
2815 const Core::Url& url,
2816 const GetFilePropertiesOptions& options,
2817 const Core::Context& context);
2818 struct DeleteFileOptions final
2820 Nullable<bool> AllowTrailingDot;
2821 Nullable<std::string> LeaseId;
2822 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2824 static Response<Models::DeleteFileResult> Delete(
2825 Core::Http::_internal::HttpPipeline& pipeline,
2826 const Core::Url& url,
2827 const DeleteFileOptions& options,
2828 const Core::Context& context);
2829 struct SetFileHttpHeadersOptions final
2831 Nullable<std::int64_t> FileContentLength;
2832 Nullable<std::string> FileContentType;
2833 Nullable<std::string> FileContentEncoding;
2834 Nullable<std::string> FileContentLanguage;
2835 Nullable<std::string> FileCacheControl;
2836 Nullable<std::vector<std::uint8_t>> FileContentMD5;
2837 Nullable<std::string> FileContentDisposition;
2838 Nullable<std::string> FilePermission;
2839 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2840 Nullable<std::string> FilePermissionKey;
2841 std::string FileAttributes;
2842 Nullable<std::string> FileCreationTime;
2843 Nullable<std::string> FileLastWriteTime;
2844 Nullable<std::string> FileChangeTime;
2845 Nullable<std::string> LeaseId;
2846 Nullable<bool> AllowTrailingDot;
2847 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2848 Nullable<std::string> Owner;
2849 Nullable<std::string> Group;
2850 Nullable<std::string> FileMode;
2852 static Response<Models::_detail::SetFilePropertiesResult> SetHttpHeaders(
2853 Core::Http::_internal::HttpPipeline& pipeline,
2854 const Core::Url& url,
2855 const SetFileHttpHeadersOptions& options,
2856 const Core::Context& context);
2857 struct SetFileMetadataOptions final
2859 std::map<std::string, std::string> Metadata;
2860 Nullable<std::string> LeaseId;
2861 Nullable<bool> AllowTrailingDot;
2862 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2864 static Response<Models::SetFileMetadataResult> SetMetadata(
2865 Core::Http::_internal::HttpPipeline& pipeline,
2866 const Core::Url& url,
2867 const SetFileMetadataOptions& options,
2868 const Core::Context& context);
2869 struct AcquireFileLeaseOptions final
2871 Nullable<std::int32_t> Duration;
2872 Nullable<std::string> ProposedLeaseId;
2873 Nullable<bool> AllowTrailingDot;
2874 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2876 static Response<Models::_detail::AcquireFileLeaseResult> AcquireLease(
2877 Core::Http::_internal::HttpPipeline& pipeline,
2878 const Core::Url& url,
2879 const AcquireFileLeaseOptions& options,
2880 const Core::Context& context);
2881 struct ReleaseFileLeaseOptions final
2883 std::string LeaseId;
2884 Nullable<bool> AllowTrailingDot;
2885 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2887 static Response<Models::_detail::ReleaseFileLeaseResult> ReleaseLease(
2888 Core::Http::_internal::HttpPipeline& pipeline,
2889 const Core::Url& url,
2890 const ReleaseFileLeaseOptions& options,
2891 const Core::Context& context);
2892 struct ChangeFileLeaseOptions final
2894 std::string LeaseId;
2895 Nullable<std::string> ProposedLeaseId;
2896 Nullable<bool> AllowTrailingDot;
2897 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2899 static Response<Models::_detail::ChangeFileLeaseResult> ChangeLease(
2900 Core::Http::_internal::HttpPipeline& pipeline,
2901 const Core::Url& url,
2902 const ChangeFileLeaseOptions& options,
2903 const Core::Context& context);
2904 struct BreakFileLeaseOptions final
2906 Nullable<std::string> LeaseId;
2907 Nullable<bool> AllowTrailingDot;
2908 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2910 static Response<Models::_detail::BreakFileLeaseResult> BreakLease(
2911 Core::Http::_internal::HttpPipeline& pipeline,
2912 const Core::Url& url,
2913 const BreakFileLeaseOptions& options,
2914 const Core::Context& context);
2915 struct UploadFileRangeOptions final
2918 std::string FileRangeWrite;
2919 Nullable<std::vector<std::uint8_t>> ContentMD5;
2920 Nullable<std::string> LeaseId;
2921 Nullable<Models::FileLastWrittenMode> FileLastWrittenMode;
2922 Nullable<bool> AllowTrailingDot;
2923 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2925 static Response<Models::UploadFileRangeResult> UploadRange(
2926 Core::Http::_internal::HttpPipeline& pipeline,
2927 const Core::Url& url,
2928 Core::IO::BodyStream& requestBody,
2929 const UploadFileRangeOptions& options,
2930 const Core::Context& context);
2931 struct UploadFileRangeFromUriOptions final
2934 std::string CopySource;
2935 Nullable<std::string> SourceRange;
2936 Nullable<std::vector<std::uint8_t>> SourceContentCrc64;
2937 Nullable<std::vector<std::uint8_t>> SourceIfMatchCrc64;
2938 Nullable<std::vector<std::uint8_t>> SourceIfNoneMatchCrc64;
2939 Nullable<std::string> LeaseId;
2940 Nullable<std::string> CopySourceAuthorization;
2941 Nullable<Models::FileLastWrittenMode> FileLastWrittenMode;
2942 Nullable<bool> AllowTrailingDot;
2943 Nullable<bool> AllowSourceTrailingDot;
2944 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2946 static Response<Models::UploadFileRangeFromUriResult> UploadRangeFromUri(
2947 Core::Http::_internal::HttpPipeline& pipeline,
2948 const Core::Url& url,
2949 const UploadFileRangeFromUriOptions& options,
2950 const Core::Context& context);
2951 struct GetFileRangeListOptions final
2953 Nullable<std::string> Sharesnapshot;
2954 Nullable<std::string> Prevsharesnapshot;
2955 Nullable<std::string> Range;
2956 Nullable<std::string> LeaseId;
2957 Nullable<bool> AllowTrailingDot;
2958 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2959 Nullable<bool> SupportRename;
2961 static Response<Models::GetFileRangeListResult> GetRangeList(
2962 Core::Http::_internal::HttpPipeline& pipeline,
2963 const Core::Url& url,
2964 const GetFileRangeListOptions& options,
2965 const Core::Context& context);
2966 struct StartFileCopyOptions final
2968 std::map<std::string, std::string> Metadata;
2969 std::string CopySource;
2970 Nullable<std::string> FilePermission;
2971 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
2972 Nullable<std::string> FilePermissionKey;
2973 Nullable<Models::PermissionCopyMode> FilePermissionCopyMode;
2974 Nullable<bool> IgnoreReadOnly;
2975 Nullable<std::string> FileAttributes;
2976 Nullable<std::string> FileCreationTime;
2977 Nullable<std::string> FileLastWriteTime;
2978 Nullable<std::string> FileChangeTime;
2979 Nullable<bool> SetArchiveAttribute;
2980 Nullable<std::string> LeaseId;
2981 Nullable<bool> AllowTrailingDot;
2982 Nullable<bool> AllowSourceTrailingDot;
2983 Nullable<Models::ShareTokenIntent> FileRequestIntent;
2984 Nullable<std::string> Owner;
2985 Nullable<std::string> Group;
2986 Nullable<std::string> FileMode;
2987 Nullable<Models::ModeCopyMode> FileModeCopyMode;
2988 Nullable<Models::OwnerCopyMode> FileOwnerCopyMode;
2990 static Response<Models::_detail::StartFileCopyResult> StartCopy(
2991 Core::Http::_internal::HttpPipeline& pipeline,
2992 const Core::Url& url,
2993 const StartFileCopyOptions& options,
2994 const Core::Context& context);
2995 struct AbortFileCopyOptions final
2998 Nullable<std::string> LeaseId;
2999 Nullable<bool> AllowTrailingDot;
3000 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3002 static Response<Models::AbortFileCopyResult> AbortCopy(
3003 Core::Http::_internal::HttpPipeline& pipeline,
3004 const Core::Url& url,
3005 const AbortFileCopyOptions& options,
3006 const Core::Context& context);
3007 struct ListFileHandlesOptions final
3009 Nullable<std::string> Marker;
3010 Nullable<std::int32_t> MaxResults;
3011 Nullable<std::string> Sharesnapshot;
3012 Nullable<bool> AllowTrailingDot;
3013 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3015 static Response<Models::_detail::ListHandlesResponse> ListHandles(
3016 Core::Http::_internal::HttpPipeline& pipeline,
3017 const Core::Url& url,
3018 const ListFileHandlesOptions& options,
3019 const Core::Context& context);
3020 struct ForceFileCloseHandlesOptions final
3022 Nullable<std::string> Marker;
3023 Nullable<std::string> Sharesnapshot;
3024 std::string HandleId;
3025 Nullable<bool> AllowTrailingDot;
3026 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3028 static Response<Models::_detail::ForceFileCloseHandlesResult> ForceCloseHandles(
3029 Core::Http::_internal::HttpPipeline& pipeline,
3030 const Core::Url& url,
3031 const ForceFileCloseHandlesOptions& options,
3032 const Core::Context& context);
3033 struct RenameFileOptions final
3035 std::string RenameSource;
3036 Nullable<bool> ReplaceIfExists;
3037 Nullable<bool> IgnoreReadOnly;
3038 Nullable<std::string> SourceLeaseId;
3039 Nullable<std::string> DestinationLeaseId;
3040 Nullable<std::string> FileAttributes;
3041 Nullable<std::string> FileCreationTime;
3042 Nullable<std::string> FileLastWriteTime;
3043 Nullable<std::string> FileChangeTime;
3044 Nullable<std::string> FilePermission;
3045 Nullable<Models::FilePermissionFormat> FilePermissionFormat;
3046 Nullable<std::string> FilePermissionKey;
3047 std::map<std::string, std::string> Metadata;
3048 Nullable<std::string> FileContentType;
3049 Nullable<bool> AllowTrailingDot;
3050 Nullable<bool> AllowSourceTrailingDot;
3051 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3053 static Response<Models::_detail::RenameFileResult> Rename(
3054 Core::Http::_internal::HttpPipeline& pipeline,
3055 const Core::Url& url,
3056 const RenameFileOptions& options,
3057 const Core::Context& context);
3058 struct CreateFileSymbolicLinkOptions final
3060 std::map<std::string, std::string> Metadata;
3061 Nullable<std::string> FileCreationTime;
3062 Nullable<std::string> FileLastWriteTime;
3063 Nullable<std::string> LeaseId;
3064 Nullable<std::string> Owner;
3065 Nullable<std::string> Group;
3066 std::string LinkText;
3067 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3069 static Response<Models::_detail::CreateFileSymbolicLinkResult> CreateSymbolicLink(
3070 Core::Http::_internal::HttpPipeline& pipeline,
3071 const Core::Url& url,
3072 const CreateFileSymbolicLinkOptions& options,
3073 const Core::Context& context);
3074 struct GetFileSymbolicLinkOptions final
3076 Nullable<std::string> Sharesnapshot;
3077 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3079 static Response<Models::_detail::GetFileSymbolicLinkResult> GetSymbolicLink(
3080 Core::Http::_internal::HttpPipeline& pipeline,
3081 const Core::Url& url,
3082 const GetFileSymbolicLinkOptions& options,
3083 const Core::Context& context);
3084 struct CreateFileHardLinkOptions final
3086 Nullable<std::string> LeaseId;
3087 std::string TargetFile;
3088 Nullable<Models::ShareTokenIntent> FileRequestIntent;
3090 static Response<Models::_detail::CreateFileHardLinkResult> CreateHardLink(
3091 Core::Http::_internal::HttpPipeline& pipeline,
3092 const Core::Url& url,
3093 const CreateFileHardLinkOptions& options,
3094 const Core::Context& context);
Specifies the access tier of the share.
Definition rest_client.hpp:186
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const AccessTier Hot
Definition rest_client.hpp:196
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const AccessTier Cool
Definition rest_client.hpp:198
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const AccessTier Premium
Definition rest_client.hpp:200
AccessTier(std::string value)
Definition rest_client.hpp:191
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const AccessTier TransactionOptimized
Definition rest_client.hpp:194
Status of a copy operation.
Definition rest_client.hpp:1627
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const CopyStatus Success
Definition rest_client.hpp:1637
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const CopyStatus Failed
Definition rest_client.hpp:1641
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const CopyStatus Pending
Definition rest_client.hpp:1635
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const CopyStatus Aborted
Definition rest_client.hpp:1639
CopyStatus(std::string value)
Definition rest_client.hpp:1632
Specifies the option include to delete the base share and all of its snapshots.
Definition rest_client.hpp:640
DeleteSnapshotsOption()=default
DeleteSnapshotsOption(std::string value)
Definition rest_client.hpp:645
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const DeleteSnapshotsOption Include
Definition rest_client.hpp:648
Attributes for a file or directory.
Definition rest_client.hpp:993
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Directory
Definition rest_client.hpp:1041
const std::vector< std::string > & GetValues() const
Definition rest_client.hpp:1006
FileAttributes operator^(const FileAttributes &other) const
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Hidden
Definition rest_client.hpp:1035
FileAttributes & operator&=(const FileAttributes &other)
Definition rest_client.hpp:1020
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes ReadOnly
Definition rest_client.hpp:1033
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes System
Definition rest_client.hpp:1037
std::string ToString() const
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Archive
Definition rest_client.hpp:1043
FileAttributes operator|(const FileAttributes &other) const
FileAttributes(const std::string &value)
FileAttributes operator&(const FileAttributes &other) const
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Temporary
Definition rest_client.hpp:1045
bool operator==(const FileAttributes &other) const
Definition rest_client.hpp:1000
FileAttributes & operator^=(const FileAttributes &other)
Definition rest_client.hpp:1026
FileAttributes & operator|=(const FileAttributes &other)
Definition rest_client.hpp:1014
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes NotContentIndexed
Definition rest_client.hpp:1049
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes NoScrubData
Definition rest_client.hpp:1051
bool operator!=(const FileAttributes &other) const
Definition rest_client.hpp:1002
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Offline
Definition rest_client.hpp:1047
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes None
Definition rest_client.hpp:1039
If the file last write time should be preserved or overwritten.
Definition rest_client.hpp:2020
FileLastWrittenMode()=default
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileLastWrittenMode Preserve
Definition rest_client.hpp:2030
FileLastWrittenMode(std::string value)
Definition rest_client.hpp:2025
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileLastWrittenMode Now
Definition rest_client.hpp:2028
When a share is leased, specifies whether the lease is of infinite or fixed duration.
Definition rest_client.hpp:242
LeaseDurationType()=default
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseDurationType Infinite
Definition rest_client.hpp:250
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseDurationType Fixed
Definition rest_client.hpp:252
LeaseDurationType(std::string value)
Definition rest_client.hpp:247
Lease state of the share.
Definition rest_client.hpp:220
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseState Available
Definition rest_client.hpp:228
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseState Expired
Definition rest_client.hpp:232
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseState Breaking
Definition rest_client.hpp:234
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseState Broken
Definition rest_client.hpp:236
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseState Leased
Definition rest_client.hpp:230
LeaseState(std::string value)
Definition rest_client.hpp:225
The current lease status of the share.
Definition rest_client.hpp:205
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseStatus Locked
Definition rest_client.hpp:213
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const LeaseStatus Unlocked
Definition rest_client.hpp:215
LeaseStatus(std::string value)
Definition rest_client.hpp:210
NFS only. Applicable only when the copy source is a File. Determines the copy behavior of the mode bi...
Definition rest_client.hpp:2138
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ModeCopyMode Override
Definition rest_client.hpp:2148
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ModeCopyMode Source
Definition rest_client.hpp:2146
ModeCopyMode(std::string value)
Definition rest_client.hpp:2143
NFS only. Type of the file or directory.
Definition rest_client.hpp:1093
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const NfsFileType SymLink
Definition rest_client.hpp:1105
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const NfsFileType Regular
Definition rest_client.hpp:1101
NfsFileType(std::string value)
Definition rest_client.hpp:1098
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const NfsFileType Directory
Definition rest_client.hpp:1103
NFS only. Determines the copy behavior of the owner user identifier (UID) and group identifier (GID) ...
Definition rest_client.hpp:2157
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const OwnerCopyMode Source
Definition rest_client.hpp:2165
OwnerCopyMode(std::string value)
Definition rest_client.hpp:2162
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const OwnerCopyMode Override
Definition rest_client.hpp:2167
Specifies the option to copy file security descriptor from source file or to set it using the value w...
Definition rest_client.hpp:2120
PermissionCopyMode()=default
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const PermissionCopyMode Source
Definition rest_client.hpp:2128
PermissionCopyMode(std::string value)
Definition rest_client.hpp:2125
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const PermissionCopyMode Override
Definition rest_client.hpp:2130
The protocols that have been enabled on the share.
Definition rest_client.hpp:257
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareProtocols Nfs
Definition rest_client.hpp:267
ShareProtocols(std::string value)
Definition rest_client.hpp:262
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareProtocols Smb
Definition rest_client.hpp:265
Root squash to set on the share. Only valid for NFS shares.
Definition rest_client.hpp:272
ShareRootSquash()=default
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareRootSquash RootSquash
Definition rest_client.hpp:282
ShareRootSquash(std::string value)
Definition rest_client.hpp:277
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareRootSquash NoRootSquash
Definition rest_client.hpp:280
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareRootSquash AllSquash
Definition rest_client.hpp:284
Valid value is backup.
Definition rest_client.hpp:145
ShareTokenIntent()=default
ShareTokenIntent(std::string value)
Definition rest_client.hpp:150
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareTokenIntent Backup
Definition rest_client.hpp:153
Response type for Azure::Storage::Files::Shares::ShareFileClient::AbortCopy.
Definition rest_client.hpp:2200
An Access policy.
Definition rest_client.hpp:915
Nullable< DateTime > ExpiresOn
Definition rest_client.hpp:923
Nullable< DateTime > StartsOn
Definition rest_client.hpp:919
std::string Permission
Definition rest_client.hpp:927
CORS is an HTTP feature that enables a web application running under one domain to access resources i...
Definition rest_client.hpp:84
std::string ExposedHeaders
Definition rest_client.hpp:106
std::string AllowedOrigins
Definition rest_client.hpp:92
std::string AllowedHeaders
Definition rest_client.hpp:101
std::int32_t MaxAgeInSeconds
Definition rest_client.hpp:110
std::string AllowedMethods
Definition rest_client.hpp:97
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::Create.
Definition share_responses.hpp:626
Response type for Azure::Storage::Files::Shares::ShareClient::CreatePermission.
Definition rest_client.hpp:827
std::string FilePermissionKey
Definition rest_client.hpp:831
Response type for Azure::Storage::Files::Shares::ShareClient::Create.
Definition rest_client.hpp:487
Nullable< std::int64_t > Quota
Definition rest_client.hpp:505
Nullable< std::int64_t > ShareProvisionedBandwidthMibps
Definition rest_client.hpp:513
Azure::ETag ETag
Definition rest_client.hpp:495
Nullable< std::int64_t > ShareProvisionedIops
Definition rest_client.hpp:509
bool Created
Definition rest_client.hpp:491
Nullable< std::int64_t > MaxBurstCreditsForIops
Definition rest_client.hpp:521
Nullable< std::int64_t > ShareIncludedBurstIops
Definition rest_client.hpp:517
DateTime LastModified
Definition rest_client.hpp:501
Response type for Azure::Storage::Files::Shares::ShareClient::CreateSnapshot.
Definition rest_client.hpp:777
Azure::ETag ETag
Definition rest_client.hpp:792
DateTime LastModified
Definition rest_client.hpp:801
std::string Snapshot
Definition rest_client.hpp:783
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::Delete.
Definition rest_client.hpp:1204
bool Deleted
Definition rest_client.hpp:1208
Response type for Azure::Storage::Files::Shares::ShareFileClient::Delete.
Definition rest_client.hpp:1870
bool Deleted
Definition rest_client.hpp:1874
Nullable< std::int64_t > LinkCount
Definition rest_client.hpp:1878
Response type for Azure::Storage::Files::Shares::ShareClient::Delete.
Definition rest_client.hpp:654
Nullable< std::int64_t > ShareSnapshotUsageBytes
Definition rest_client.hpp:668
bool Deleted
Definition rest_client.hpp:658
Nullable< std::int64_t > ShareUsageBytes
Definition rest_client.hpp:663
File properties.
Definition rest_client.hpp:1276
ETag Etag
Definition rest_client.hpp:1288
Nullable< DateTime > LastAccessedOn
Definition rest_client.hpp:1280
DateTime LastModified
Definition rest_client.hpp:1284
FileSmbProperties SmbProperties
Definition rest_client.hpp:1292
A listed directory item.
Definition share_responses.hpp:373
Detailed information of the downloaded file.
Definition share_responses.hpp:55
File properties.
Definition rest_client.hpp:1311
FileSmbProperties SmbProperties
Definition rest_client.hpp:1334
ETag Etag
Definition rest_client.hpp:1330
Nullable< DateTime > LastAccessedOn
Definition rest_client.hpp:1322
std::int64_t FileSize
Definition rest_client.hpp:1318
DateTime LastModified
Definition rest_client.hpp:1326
A listed file item.
Definition share_responses.hpp:386
The SMB related properties for the file.
Definition rest_client.hpp:1060
Nullable< DateTime > LastWrittenOn
Definition rest_client.hpp:1076
std::string FileId
Definition rest_client.hpp:1084
FileAttributes Attributes
Definition rest_client.hpp:1068
std::string ParentFileId
Definition rest_client.hpp:1088
Nullable< DateTime > CreatedOn
Definition rest_client.hpp:1072
Nullable< std::string > PermissionKey
Definition rest_client.hpp:1064
Nullable< DateTime > ChangedOn
Definition rest_client.hpp:1080
Response type for Azure::Storage::Files::Shares::ShareFileClient::GetRangeList.
Definition rest_client.hpp:2090
DateTime LastModified
Definition rest_client.hpp:2104
std::int64_t FileSize
Definition rest_client.hpp:2112
Azure::ETag ETag
Definition rest_client.hpp:2108
std::vector< Core::Http::HttpRange > Ranges
Definition rest_client.hpp:2094
std::vector< Core::Http::HttpRange > ClearRanges
Definition rest_client.hpp:2098
Storage Analytics metrics for file service.
Definition rest_client.hpp:59
Nullable< bool > IncludeApis
Definition rest_client.hpp:71
std::string Version
Definition rest_client.hpp:63
bool Enabled
Definition rest_client.hpp:67
Models::RetentionPolicy RetentionPolicy
Definition rest_client.hpp:75
Protocol settings.
Definition rest_client.hpp:136
SmbSettings Settings
Definition rest_client.hpp:140
The retention policy.
Definition rest_client.hpp:42
bool Enabled
Definition rest_client.hpp:47
Nullable< std::int32_t > Days
Definition rest_client.hpp:53
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::SetProperties.
Definition share_responses.hpp:695
Response type for Azure::Storage::Files::Shares::ShareFileClient::SetProperties.
Definition share_responses.hpp:568
Response type for Azure::Storage::Files::Shares::ShareServiceClient::SetProperties.
Definition rest_client.hpp:159
Response type for Azure::Storage::Files::Shares::ShareClient::SetAccessPolicy.
Definition rest_client.hpp:957
Azure::ETag ETag
Definition rest_client.hpp:961
DateTime LastModified
Definition rest_client.hpp:967
Response type for Azure::Storage::Files::Shares::ShareClient::SetProperties.
Definition rest_client.hpp:850
DateTime LastModified
Definition rest_client.hpp:860
Azure::ETag ETag
Definition rest_client.hpp:854
Nullable< std::int64_t > MaxBurstCreditsForIops
Definition rest_client.hpp:881
Nullable< DateTime > NextAllowedProvisionedBandwidthDowngradeTime
Definition rest_client.hpp:893
Nullable< std::int64_t > ProvisionedIops
Definition rest_client.hpp:868
Nullable< DateTime > NextAllowedProvisionedIopsDowngradeTime
Definition rest_client.hpp:889
Nullable< std::int64_t > IncludedBurstIops
Definition rest_client.hpp:876
Nullable< std::int64_t > Quota
Definition rest_client.hpp:864
Nullable< DateTime > NextAllowedQuotaDowngradeTime
Definition rest_client.hpp:885
Nullable< std::int64_t > ProvisionedBandwidthMibps
Definition rest_client.hpp:872
Response type for Azure::Storage::Files::Shares::ShareClient::GetAccessPolicy.
Definition rest_client.hpp:947
std::vector< SignedIdentifier > SignedIdentifiers
Definition rest_client.hpp:951
Properties of a share.
Definition rest_client.hpp:290
Nullable< std::string > AccessTierTransitionState
Definition rest_client.hpp:342
Nullable< DateTime > NextAllowedProvisionedBandwidthDowngradeTime
Definition rest_client.hpp:400
Nullable< std::int64_t > IncludedBurstIops
Definition rest_client.hpp:386
Nullable< DateTime > DeletedOn
Definition rest_client.hpp:326
Nullable< DateTime > NextAllowedProvisionedIopsDowngradeTime
Definition rest_client.hpp:395
Nullable< std::int64_t > PaidBurstingMaxIops
Definition rest_client.hpp:377
std::int32_t RemainingRetentionDays
Definition rest_client.hpp:330
Nullable< DateTime > AccessTierChangedOn
Definition rest_client.hpp:338
Models::LeaseState LeaseState
Definition rest_client.hpp:350
Models::LeaseStatus LeaseStatus
Definition rest_client.hpp:346
Nullable< std::int64_t > PaidBurstingMaxBandwidthMibps
Definition rest_client.hpp:382
Nullable< bool > PaidBurstingEnabled
Definition rest_client.hpp:372
ETag Etag
Definition rest_client.hpp:298
LeaseDurationType LeaseDuration
Definition rest_client.hpp:354
Nullable< std::int32_t > ProvisionedIops
Definition rest_client.hpp:306
Nullable< ShareProtocols > EnabledProtocols
Definition rest_client.hpp:358
Nullable< std::int32_t > ProvisionedIngressMBps
Definition rest_client.hpp:310
Nullable< Models::AccessTier > AccessTier
Definition rest_client.hpp:334
Nullable< ShareRootSquash > RootSquash
Definition rest_client.hpp:362
DateTime LastModified
Definition rest_client.hpp:294
std::int64_t Quota
Definition rest_client.hpp:302
Nullable< bool > EnableSnapshotVirtualDirectoryAccess
Definition rest_client.hpp:368
Nullable< std::int32_t > ProvisionedBandwidthMBps
Definition rest_client.hpp:318
Nullable< std::int32_t > ProvisionedEgressMBps
Definition rest_client.hpp:314
Nullable< DateTime > NextAllowedQuotaDowngradeTime
Definition rest_client.hpp:322
Nullable< std::int64_t > MaxBurstCreditsForIops
Definition rest_client.hpp:391
A listed Azure Storage share item.
Definition rest_client.hpp:406
Core::CaseInsensitiveMap Metadata
Definition rest_client.hpp:426
bool Deleted
Definition rest_client.hpp:418
std::string Name
Definition rest_client.hpp:410
ShareItemDetails Details
Definition rest_client.hpp:430
std::string Snapshot
Definition rest_client.hpp:414
std::string Version
Definition rest_client.hpp:422
Response type for Azure::Storage::Files::Shares::ShareClient::GetProperties.
Definition rest_client.hpp:527
Nullable< DateTime > NextAllowedQuotaDowngradeTime
Definition rest_client.hpp:565
Nullable< std::int32_t > ProvisionedIngressMBps
Definition rest_client.hpp:557
Nullable< Models::AccessTier > AccessTier
Definition rest_client.hpp:531
Nullable< ShareProtocols > EnabledProtocols
Definition rest_client.hpp:593
Nullable< std::int32_t > ProvisionedIops
Definition rest_client.hpp:553
Nullable< bool > EnableSnapshotVirtualDirectoryAccess
Definition rest_client.hpp:603
Nullable< std::int32_t > ProvisionedBandwidthMBps
Definition rest_client.hpp:569
Nullable< DateTime > AccessTierChangedOn
Definition rest_client.hpp:585
Nullable< DateTime > NextAllowedProvisionedBandwidthDowngradeTime
Definition rest_client.hpp:634
Nullable< std::string > AccessTierTransitionState
Definition rest_client.hpp:589
Nullable< Models::LeaseState > LeaseState
Definition rest_client.hpp:577
Core::CaseInsensitiveMap Metadata
Definition rest_client.hpp:535
Nullable< std::int64_t > MaxBurstCreditsForIops
Definition rest_client.hpp:626
Nullable< LeaseDurationType > LeaseDuration
Definition rest_client.hpp:573
std::int64_t Quota
Definition rest_client.hpp:549
Nullable< ShareRootSquash > RootSquash
Definition rest_client.hpp:597
Nullable< std::int32_t > ProvisionedEgressMBps
Definition rest_client.hpp:561
Nullable< std::int64_t > PaidBurstingMaxIops
Definition rest_client.hpp:612
Nullable< bool > PaidBurstingEnabled
Definition rest_client.hpp:607
Nullable< DateTime > NextAllowedProvisionedIopsDowngradeTime
Definition rest_client.hpp:630
Nullable< std::int64_t > IncludedBurstIops
Definition rest_client.hpp:621
Nullable< Models::LeaseStatus > LeaseStatus
Definition rest_client.hpp:581
DateTime LastModified
Definition rest_client.hpp:545
Nullable< std::int64_t > PaidBurstingMaxBandwidthMibps
Definition rest_client.hpp:617
Azure::ETag ETag
Definition rest_client.hpp:539
Storage service properties.
Definition rest_client.hpp:165
Metrics HourMetrics
Definition rest_client.hpp:169
Metrics MinuteMetrics
Definition rest_client.hpp:173
Nullable< ProtocolSettings > Protocol
Definition rest_client.hpp:181
std::vector< CorsRule > Cors
Definition rest_client.hpp:177
Stats for the share.
Definition rest_client.hpp:973
Azure::ETag ETag
Definition rest_client.hpp:982
DateTime LastModified
Definition rest_client.hpp:988
std::int64_t ShareUsageInBytes
Definition rest_client.hpp:978
Signed identifier.
Definition rest_client.hpp:933
AccessPolicy Policy
Definition rest_client.hpp:941
std::string Id
Definition rest_client.hpp:937
Settings for SMB multichannel.
Definition rest_client.hpp:116
bool Enabled
Definition rest_client.hpp:120
Settings for SMB protocol.
Definition rest_client.hpp:126
SmbMultichannel Multichannel
Definition rest_client.hpp:130
Response type for Azure::Storage::Files::Shares::ShareFileClient::UploadRangeFromUri.
Definition rest_client.hpp:2063
Azure::ETag ETag
Definition rest_client.hpp:2067
bool IsServerEncrypted
Definition rest_client.hpp:2084
ContentHash TransactionalContentHash
Definition rest_client.hpp:2079
DateTime LastModified
Definition rest_client.hpp:2073
Response type for Azure::Storage::Files::Shares::ShareFileClient::UploadRange.
Definition rest_client.hpp:2036
bool IsServerEncrypted
Definition rest_client.hpp:2057
ContentHash TransactionalContentHash
Definition rest_client.hpp:2052
Azure::ETag ETag
Definition rest_client.hpp:2040
DateTime LastModified
Definition rest_client.hpp:2046