6#include "azure/storage/files/shares/share_constants.hpp"
7#include "azure/storage/files/shares/share_options.hpp"
9#include <azure/core/azure_assert.hpp>
10#include <azure/core/operation.hpp>
11#include <azure/core/paged_response.hpp>
13namespace Azure {
namespace Storage {
namespace Files {
namespace Shares {
15 class ShareServiceClient;
16 class ShareFileClient;
17 class ShareDirectoryClient;
21 using LeaseDuration [[deprecated]] = LeaseDurationType;
328 return m_value == other.m_value;
333 const std::set<std::string>&
GetValues()
const {
return m_value; }
343 *
this = *
this | other;
349 *
this = *
this & other;
355 *
this = *
this ^ other;
366 std::set<std::string> m_value;
747 std::string GetResumeToken()
const override { AZURE_NOT_IMPLEMENTED(); }
749 std::unique_ptr<Azure::Core::Http::RawResponse> PollInternal(
750 const Azure::Core::Context& context)
override;
752 Azure::Response<Models::FileProperties> PollUntilDoneInternal(
753 std::chrono::milliseconds period,
754 Azure::Core::Context& context)
override;
756 std::shared_ptr<ShareFileClient> m_fileClient;
757 Models::FileProperties m_pollResult;
759 friend class ShareFileClient;
781 void OnNextPage(
const Azure::Core::Context& context);
783 std::shared_ptr<ShareServiceClient> m_shareServiceClient;
795 :
public Azure::Core::PagedResponse<ListFilesAndDirectoriesPagedResponse> {
824 std::vector<Models::FileItem>
Files;
831 void OnNextPage(
const Azure::Core::Context& context);
833 std::shared_ptr<ShareDirectoryClient> m_shareDirectoryClient;
844 :
public Azure::Core::PagedResponse<ListFileHandlesPagedResponse> {
852 void OnNextPage(
const Azure::Core::Context& context);
854 std::shared_ptr<ShareFileClient> m_shareFileClient;
865 :
public Azure::Core::PagedResponse<ForceCloseAllFileHandlesPagedResponse> {
877 void OnNextPage(
const Azure::Core::Context& context);
879 std::shared_ptr<ShareFileClient> m_shareFileClient;
890 :
public Azure::Core::PagedResponse<ListDirectoryHandlesPagedResponse> {
898 void OnNextPage(
const Azure::Core::Context& context);
900 std::shared_ptr<ShareDirectoryClient> m_shareDirectoryClient;
912 :
public Azure::Core::PagedResponse<ForceCloseAllDirectoryHandlesPagedResponse> {
924 void OnNextPage(
const Azure::Core::Context& context);
926 std::shared_ptr<ShareDirectoryClient> m_shareDirectoryClient;
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::ForceCloseAllHandles.
Definition share_responses.hpp:912
int32_t NumberOfHandlesFailedToClose
Definition share_responses.hpp:921
int32_t NumberOfHandlesClosed
Definition share_responses.hpp:917
Response type for Azure::Storage::Files::Shares::ShareFileClient::ForceCloseAllHandles.
Definition share_responses.hpp:865
int32_t NumberOfHandlesFailedToClose
Definition share_responses.hpp:874
int32_t NumberOfHandlesClosed
Definition share_responses.hpp:870
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::ListHandles.
Definition share_responses.hpp:890
std::vector< Models::HandleItem > DirectoryHandles
Definition share_responses.hpp:895
Response type for Azure::Storage::Files::Shares::ShareFileClient::ListHandles.
Definition share_responses.hpp:844
std::vector< Models::HandleItem > FileHandles
Definition share_responses.hpp:849
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::ListFilesAndDirectories.
Definition share_responses.hpp:795
std::string ServiceEndpoint
Definition share_responses.hpp:800
std::string DirectoryPath
Definition share_responses.hpp:812
std::string ShareSnapshot
Definition share_responses.hpp:808
std::vector< Models::DirectoryItem > Directories
Definition share_responses.hpp:820
std::string DirectoryId
Definition share_responses.hpp:828
std::string Prefix
Definition share_responses.hpp:816
std::string ShareName
Definition share_responses.hpp:804
std::vector< Models::FileItem > Files
Definition share_responses.hpp:824
Response type for Azure::Storage::Files::Shares::ShareServiceClient::ListShares.
Definition share_responses.hpp:765
std::string ServiceEndpoint
Definition share_responses.hpp:770
std::vector< Models::ShareItem > Shares
Definition share_responses.hpp:778
std::string Prefix
Definition share_responses.hpp:774
Access rights of the handle.
Definition share_responses.hpp:317
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareFileHandleAccessRights Read
Read access rights.
Definition share_responses.hpp:359
const std::set< std::string > & GetValues() const
Return the values of the FileAttributes as an array.
Definition share_responses.hpp:333
bool operator!=(const ShareFileHandleAccessRights &other) const
Compare two values for inequality.
Definition share_responses.hpp:331
ShareFileHandleAccessRights operator&(const ShareFileHandleAccessRights &other) const
Bitwise AND of two values.
ShareFileHandleAccessRights & operator&=(const ShareFileHandleAccessRights &other)
Bitwise AND and assignment of two values.
Definition share_responses.hpp:347
ShareFileHandleAccessRights & operator|=(const ShareFileHandleAccessRights &other)
Bitwise OR and assignment of two values.
Definition share_responses.hpp:341
bool operator==(const ShareFileHandleAccessRights &other) const
Compare two values for equality.
Definition share_responses.hpp:326
ShareFileHandleAccessRights(const std::string &value)
Create from a string.
ShareFileHandleAccessRights & operator^=(const ShareFileHandleAccessRights &other)
Bitwise XOR and assignment of two values.
Definition share_responses.hpp:353
ShareFileHandleAccessRights operator|(const ShareFileHandleAccessRights &other) const
Bitwise OR of two values.
ShareFileHandleAccessRights operator^(const ShareFileHandleAccessRights &other) const
Bitwise XOR of two values.
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareFileHandleAccessRights Write
Write access rights.
Definition share_responses.hpp:361
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const ShareFileHandleAccessRights Delete
Delete access rights.
Definition share_responses.hpp:363
The ShareDirectoryClient allows you to manipulate Azure Storage shares and their directories and file...
Definition share_directory_client.hpp:25
The ShareFileClient allows you to manipulate Azure Storage shares and their directories and files.
Definition share_file_client.hpp:24
The ShareServiceClient allows you to manipulate Azure Storage shares and their directories and files.
Definition share_service_client.hpp:24
A long-running operation to copy a file.
Definition share_responses.hpp:725
StartFileCopyOperation & operator=(StartFileCopyOperation &&)=default
Move a StartFileCopyOperation to another.
Models::FileProperties Value() const override
Get the Azure::Storage::Files::Shares::Models::FileProperties object which includes the latest copy i...
Definition share_responses.hpp:733
StartFileCopyOperation(StartFileCopyOperation &&)=default
Construct a new StartFileCopyOperation object moving from another StartFileCopyOperation object.
Optional parameters for Azure::Storage::Files::Shares::ShareDirectoryClient::ForceCloseAllHandles.
Definition share_options.hpp:855
Optional parameters for Azure::Storage::Files::Shares::ShareFileClient::ForceCloseAllHandles.
Definition share_options.hpp:1239
Optional parameters for Azure::Storage::Files::Shares::ShareDirectoryClient::ListHandles.
Definition share_options.hpp:819
Optional parameters for Azure::Storage::Files::Shares::ShareFileClient::ListHandles.
Definition share_options.hpp:1209
Optional parameters for Azure::Storage::Files::Shares::ShareDirectoryClient::ListFilesAndDirectories.
Definition share_options.hpp:780
Optional parameters for Azure::Storage::Files::Shares::ShareServiceClient::ListShares.
Definition share_options.hpp:304
Response type for Azure::Storage::Files::Shares::ShareLeaseClient::Acquire.
Definition share_responses.hpp:220
Azure::ETag ETag
Definition share_responses.hpp:225
DateTime LastModified
Definition share_responses.hpp:231
std::string LeaseId
Definition share_responses.hpp:235
Response type for Azure::Storage::Files::Shares::ShareLeaseClient::Break.
Definition share_responses.hpp:300
DateTime LastModified
Definition share_responses.hpp:311
Azure::ETag ETag
Definition share_responses.hpp:305
Response type for Azure::Storage::Files::Shares::ShareLeaseClient::Change.
Definition share_responses.hpp:258
DateTime LastModified
Definition share_responses.hpp:269
std::string LeaseId
Definition share_responses.hpp:273
Azure::ETag ETag
Definition share_responses.hpp:263
The information returned when clearing a range in the file.
Definition share_responses.hpp:34
Azure::ETag ETag
Definition share_responses.hpp:38
DateTime LastModified
Definition share_responses.hpp:43
bool IsServerEncrypted
Definition share_responses.hpp:48
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::Create.
Definition share_responses.hpp:626
FilePosixProperties PosixProperties
Definition share_responses.hpp:653
FileSmbProperties SmbProperties
Definition share_responses.hpp:634
bool Created
Definition share_responses.hpp:630
DateTime LastModified
Definition share_responses.hpp:644
Azure::ETag ETag
Definition share_responses.hpp:638
bool IsServerEncrypted
Definition share_responses.hpp:649
Response type for Azure::Storage::Files::Shares::ShareFileClient::CreateHardLink.
Definition share_responses.hpp:598
FilePosixProperties PosixProperties
Definition share_responses.hpp:619
FileSmbProperties SmbProperties
Definition share_responses.hpp:614
DateTime LastModified
Definition share_responses.hpp:609
Azure::ETag ETag
Definition share_responses.hpp:602
Response type for Azure::Storage::Files::Shares::ShareFileClient::Create.
Definition share_responses.hpp:534
Azure::ETag ETag
Definition share_responses.hpp:546
DateTime LastModified
Definition share_responses.hpp:552
FilePosixProperties PosixProperties
Definition share_responses.hpp:561
bool Created
Definition share_responses.hpp:538
bool IsServerEncrypted
Definition share_responses.hpp:557
FileSmbProperties SmbProperties
Definition share_responses.hpp:542
File properties.
Definition rest_client.hpp:1276
A listed directory item.
Definition share_responses.hpp:373
DirectoryItemDetails Details
Definition share_responses.hpp:379
std::string Name
The name of the item.
Definition share_responses.hpp:375
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::GetProperties.
Definition share_responses.hpp:660
Azure::ETag ETag
Definition share_responses.hpp:673
FileSmbProperties SmbProperties
Definition share_responses.hpp:664
bool IsServerEncrypted
Definition share_responses.hpp:683
DateTime LastModified
Definition share_responses.hpp:678
FilePosixProperties PosixProperties
Definition share_responses.hpp:687
Core::CaseInsensitiveMap Metadata
Definition share_responses.hpp:668
Detailed information of the downloaded file.
Definition share_responses.hpp:55
Nullable< Models::LeaseState > LeaseState
Definition share_responses.hpp:129
FilePosixProperties PosixProperties
Definition share_responses.hpp:138
Nullable< std::string > CopyId
Definition share_responses.hpp:75
Azure::ETag ETag
Definition share_responses.hpp:60
DateTime LastModified
Definition share_responses.hpp:66
Core::CaseInsensitiveMap Metadata
Definition share_responses.hpp:70
Nullable< std::string > CopySource
Definition share_responses.hpp:83
Nullable< Models::LeaseStatus > LeaseStatus
Definition share_responses.hpp:133
Nullable< DateTime > CopyCompletedOn
Definition share_responses.hpp:111
Nullable< std::string > CopyStatusDescription
Definition share_responses.hpp:95
bool IsServerEncrypted
Definition share_responses.hpp:117
Nullable< Models::CopyStatus > CopyStatus
Definition share_responses.hpp:87
Nullable< LeaseDurationType > LeaseDuration
Definition share_responses.hpp:125
FileSmbProperties SmbProperties
Definition share_responses.hpp:121
Nullable< std::string > CopyProgress
Definition share_responses.hpp:103
Response type for Azure::Storage::Files::Shares::ShareFileClient::Download.
Definition share_responses.hpp:145
std::int64_t FileSize
Definition share_responses.hpp:157
FileHttpHeaders HttpHeaders
Definition share_responses.hpp:165
DownloadFileDetails Details
Definition share_responses.hpp:169
std::unique_ptr< Core::IO::BodyStream > BodyStream
Definition share_responses.hpp:149
Nullable< ContentHash > TransactionalContentHash
Definition share_responses.hpp:161
Core::Http::HttpRange ContentRange
Definition share_responses.hpp:153
The information returned when downloading a file to a destination.
Definition share_responses.hpp:176
DownloadFileDetails Details
Definition share_responses.hpp:195
FileHttpHeaders HttpHeaders
Definition share_responses.hpp:190
int64_t FileSize
Definition share_responses.hpp:180
Azure::Core::Http::HttpRange ContentRange
Definition share_responses.hpp:185
File properties.
Definition rest_client.hpp:1311
A listed file item.
Definition share_responses.hpp:386
FileItemDetails Details
Definition share_responses.hpp:392
std::string Name
The name of the item.
Definition share_responses.hpp:388
NFS properties. Note that these properties only apply to files or directories in premium NFS file acc...
Definition share_options.hpp:123
Response type for Azure::Storage::Files::Shares::ShareFileClient::GetProperties.
Definition share_responses.hpp:446
Nullable< std::string > CopyStatusDescription
Definition share_responses.hpp:484
Azure::ETag ETag
Definition share_responses.hpp:473
FilePosixProperties PosixProperties
Definition share_responses.hpp:527
Nullable< std::string > CopyProgress
Definition share_responses.hpp:495
Core::CaseInsensitiveMap Metadata
Definition share_responses.hpp:463
DateTime LastModified
Definition share_responses.hpp:459
FileHttpHeaders HttpHeaders
Definition share_responses.hpp:454
Nullable< DateTime > CopyCompletedOn
Definition share_responses.hpp:479
Nullable< std::string > CopySource
Definition share_responses.hpp:500
std::int64_t FileSize
Definition share_responses.hpp:468
Nullable< std::string > CopyId
Definition share_responses.hpp:489
Nullable< Models::LeaseStatus > LeaseStatus
Definition share_responses.hpp:523
Nullable< Models::LeaseState > LeaseState
Definition share_responses.hpp:519
FileSmbProperties SmbProperties
Definition share_responses.hpp:450
Nullable< Models::CopyStatus > CopyStatus
Definition share_responses.hpp:504
bool IsServerEncrypted
Definition share_responses.hpp:511
Nullable< LeaseDurationType > LeaseDuration
Definition share_responses.hpp:515
The SMB related properties for the file.
Definition rest_client.hpp:1060
The information returned when forcing the directory handles to close.
Definition share_responses.hpp:27
The information returned when forcing a file handle to close.
Definition share_responses.hpp:202
A listed Azure Storage handle item.
Definition share_responses.hpp:399
std::string ClientName
Definition share_responses.hpp:427
std::string SessionId
Definition share_responses.hpp:419
DateTime LastReconnectedOn
Definition share_responses.hpp:435
std::string Path
Definition share_responses.hpp:407
std::string ParentId
Definition share_responses.hpp:415
std::string ClientIp
Definition share_responses.hpp:423
std::string FileId
Definition share_responses.hpp:411
Azure::Nullable< ShareFileHandleAccessRights > AccessRights
Definition share_responses.hpp:439
std::string HandleId
Definition share_responses.hpp:403
DateTime OpenedOn
Definition share_responses.hpp:431
Response type for Azure::Storage::Files::Shares::ShareLeaseClient::Release.
Definition share_responses.hpp:241
DateTime LastModified
Definition share_responses.hpp:252
Azure::ETag ETag
Definition share_responses.hpp:246
Response type for Azure::Storage::Files::Shares::ShareLeaseClient::Renew.
Definition share_responses.hpp:279
DateTime LastModified
Definition share_responses.hpp:290
Azure::ETag ETag
Definition share_responses.hpp:284
std::string LeaseId
Definition share_responses.hpp:294
Response type for Azure::Storage::Files::Shares::ShareDirectoryClient::SetProperties.
Definition share_responses.hpp:695
bool IsServerEncrypted
Definition share_responses.hpp:714
DateTime LastModified
Definition share_responses.hpp:709
FileSmbProperties SmbProperties
Definition share_responses.hpp:699
FilePosixProperties PosixProperties
Definition share_responses.hpp:718
Azure::ETag ETag
Definition share_responses.hpp:703
Response type for Azure::Storage::Files::Shares::ShareFileClient::SetProperties.
Definition share_responses.hpp:568
bool IsServerEncrypted
Definition share_responses.hpp:587
FilePosixProperties PosixProperties
Definition share_responses.hpp:591
FileSmbProperties SmbProperties
Definition share_responses.hpp:572
DateTime LastModified
Definition share_responses.hpp:582
Azure::ETag ETag
Definition share_responses.hpp:576
The information returned when uploading a file from a source.
Definition share_responses.hpp:209
bool IsServerEncrypted
Definition share_responses.hpp:213