azure-storage-files-shares
Public Attributes | List of all members
Azure::Storage::Files::Shares::SetFilePropertiesOptions Struct Referencefinal

Optional parameters for Azure::Storage::Files::Shares::ShareFileClient::SetProperties.

#include <share_options.hpp>

Public Attributes

Azure::Nullable< std::string > Permission
 
Azure::Nullable< int64_t > Size
 
LeaseAccessConditions AccessConditions
 

Member Data Documentation

◆ AccessConditions

LeaseAccessConditions Azure::Storage::Files::Shares::SetFilePropertiesOptions::AccessConditions

The operation will only succeed if the access condition is met.

◆ Permission

Azure::Nullable<std::string> Azure::Storage::Files::Shares::SetFilePropertiesOptions::Permission

This permission is the security descriptor for the file specified in the Security Descriptor Definition Language (SDDL). If not specified, 'inherit' is used.

◆ Size

Azure::Nullable<int64_t> Azure::Storage::Files::Shares::SetFilePropertiesOptions::Size

Specify this to resize a file to the specified value.


The documentation for this struct was generated from the following file: