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

The serialized return result for operation: GetDirectoryProperties.

#include <share_rest_client.hpp>

Public Attributes

Storage::Metadata Metadata
 
Azure::ETag ETag
 
DateTime LastModified
 
bool IsServerEncrypted = bool()
 
FileSmbProperties SmbProperties
 

Member Data Documentation

◆ ETag

Azure::ETag Azure::Storage::Files::Shares::Models::DirectoryProperties::ETag

The ETag contains a value that you can use to perform operations conditionally, in quotes.

◆ IsServerEncrypted

bool Azure::Storage::Files::Shares::Models::DirectoryProperties::IsServerEncrypted = bool()

The value of this header is set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.

◆ LastModified

DateTime Azure::Storage::Files::Shares::Models::DirectoryProperties::LastModified

Returns the date and time the Directory was last modified. Operations on files within the directory do not affect the last modified time of the directory.

◆ Metadata

Storage::Metadata Azure::Storage::Files::Shares::Models::DirectoryProperties::Metadata

The metadata of the object.

◆ SmbProperties

FileSmbProperties Azure::Storage::Files::Shares::Models::DirectoryProperties::SmbProperties

The SMB related properties of the file or directory.


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