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

The SMB related properties of the file.

#include <share_rest_client.hpp>

Public Attributes

Azure::Nullable< std::string > PermissionKey
 
FileAttributes Attributes
 
Azure::Nullable< DateTime > CreatedOn
 
Azure::Nullable< DateTime > LastWrittenOn
 
Azure::Nullable< DateTime > ChangedOn
 
std::string FileId
 
std::string ParentFileId
 

Member Data Documentation

◆ Attributes

FileAttributes Azure::Storage::Files::Shares::Models::FileSmbProperties::Attributes

If specified, the provided file attributes shall be set. Default value: FileAttribute::Archive for file and FileAttribute::Directory for directory. FileAttribute::None can also be specified as default.

◆ ChangedOn

Azure::Nullable<DateTime> Azure::Storage::Files::Shares::Models::FileSmbProperties::ChangedOn

Changed time for the file/directory.

◆ CreatedOn

Azure::Nullable<DateTime> Azure::Storage::Files::Shares::Models::FileSmbProperties::CreatedOn

Creation time for the file/directory.

◆ FileId

std::string Azure::Storage::Files::Shares::Models::FileSmbProperties::FileId

The fileId of the file.

◆ LastWrittenOn

Azure::Nullable<DateTime> Azure::Storage::Files::Shares::Models::FileSmbProperties::LastWrittenOn

Last write time for the file/directory.

◆ ParentFileId

std::string Azure::Storage::Files::Shares::Models::FileSmbProperties::ParentFileId

The parentId of the file

◆ PermissionKey

Azure::Nullable<std::string> Azure::Storage::Files::Shares::Models::FileSmbProperties::PermissionKey

Permission key of the directory or file.


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