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

The serialized return result for operation: SetFileProperties.

#include <share_rest_client.hpp>

Public Attributes

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

Member Data Documentation

◆ ETag

Azure::ETag Azure::Storage::Files::Shares::Models::SetFilePropertiesResult::ETag

The ETag contains a value which represents the version of the file, in quotes.

◆ IsServerEncrypted

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

A boolean that indicates if the server is encrypted.

◆ LastModified

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

Returns the date and time the directory was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory.

◆ SmbProperties

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

The SMB related properties of the file or directory.


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