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

The serialized return result for operation: UploadFileRangeFromUri.

#include <share_rest_client.hpp>

Public Attributes

Azure::ETag ETag
 
DateTime LastModified
 
Storage::ContentHash TransactionalContentHash
 
bool IsServerEncrypted = bool()
 

Member Data Documentation

◆ ETag

Azure::ETag Azure::Storage::Files::Shares::Models::UploadFileRangeFromUriResult::ETag

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

◆ IsServerEncrypted

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

A boolean that indicates if the server is encrypted.

◆ LastModified

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

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

◆ TransactionalContentHash

Storage::ContentHash Azure::Storage::Files::Shares::Models::UploadFileRangeFromUriResult::TransactionalContentHash

This header is returned so that the client can check for message content integrity. The value of this header is computed by the File service; it is not necessarily the same value as may have been specified in the request headers.


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