azure-storage-files-shares
Public Member Functions | Static Public Attributes | List of all members
Azure::Storage::Files::Shares::Models::FileAttributes Class Referencefinal

Public Member Functions

 FileAttributes (const std::string &value)
 
std::string ToString () const
 
const std::vector< std::string > GetValues () const
 
bool operator== (const FileAttributes &other) const
 
bool operator!= (const FileAttributes &other) const
 
FileAttributes operator| (const FileAttributes &other) const
 
FileAttributes operator& (const FileAttributes &other) const
 
FileAttributes operator^ (const FileAttributes &other) const
 
FileAttributesoperator|= (const FileAttributes &other)
 
FileAttributesoperator&= (const FileAttributes &other)
 
FileAttributesoperator^= (const FileAttributes &other)
 

Static Public Attributes

AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes ReadOnly
 The File or Directory is read-only.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Hidden
 The File or Directory is hidden, and thus is not included in an ordinary directory listing.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes System
 The File or Directory is a systemfile. That is, the file is part of the operating system or is used exclusively by the operating system.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes None
 The file or directory is a standard file that has no special attributes. This attribute is valid only if it is used alone.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Directory
 The file is a directory.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Archive
 The file is a candidate for backup or removal.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Temporary
 The file or directory is temporary. A temporary file contains data that is needed while an application is executing but is not needed after the application is finished. File systems try to keep all the data in memory for quicker access rather than flushing the data back to mass storage. A temporary file should be deleted by the application as soon as it is no longer needed.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes Offline
 The file or directory is offline. The data of the file is not immediately available.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes NotContentIndexed
 The file or directory will not be indexed by the operating system's content indexing service.
 
AZ_STORAGE_FILES_SHARES_DLLEXPORT static const FileAttributes NoScrubData
 The file or directory is excluded from the data integrity scan. When this value is applied to a directory, by default, all new files and subdirectories within that directory are excluded from data integrity.
 

The documentation for this class was generated from the following files: