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

The serialized return result for operation: AcquireLease.

#include <share_rest_client.hpp>

Public Attributes

Azure::ETag ETag
 
DateTime LastModified
 
std::string LeaseId
 

Member Data Documentation

◆ ETag

Azure::ETag Azure::Storage::Files::Shares::Models::AcquireLeaseResult::ETag

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

◆ LastModified

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

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

◆ LeaseId

std::string Azure::Storage::Files::Shares::Models::AcquireLeaseResult::LeaseId

Uniquely identifies a share's lease


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