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

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

#include <share_options.hpp>

Public Attributes

Azure::Nullable< std::string > FilePermission
 

Member Data Documentation

◆ FilePermission

Azure::Nullable<std::string> Azure::Storage::Files::Shares::SetDirectoryPropertiesOptions::FilePermission

If specified the permission (security descriptor) shall be set for the directory. This option can be used if Permission size is <= 8KB, else SmbProperties.PermissionKey shall be used. Default value: 'inherit'. If SDDL is specified as input, it must have owner, group and dacl.


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