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

The detailed information returned when downloading a file.

#include <share_responses.hpp>

Public Attributes

Azure::ETag ETag
 
DateTime LastModified
 
Storage::Metadata Metadata
 
Nullable< DateTime > CopyCompletedOn
 
Nullable< std::string > CopyStatusDescription
 
Nullable< std::string > CopyId
 
Nullable< std::string > CopyProgress
 
Nullable< std::string > CopySource
 
Nullable< Models::CopyStatusCopyStatus
 
bool IsServerEncrypted = bool()
 
FileSmbProperties SmbProperties
 
Nullable< Models::LeaseDurationLeaseDuration
 
Nullable< Models::LeaseStateLeaseState
 
Nullable< Models::LeaseStatusLeaseStatus
 

Member Data Documentation

◆ CopyCompletedOn

Nullable<DateTime> Azure::Storage::Files::Shares::Models::DownloadFileDetails::CopyCompletedOn

The copy completed time of the file, if the file is created from a copy operation.

◆ CopyId

Nullable<std::string> Azure::Storage::Files::Shares::Models::DownloadFileDetails::CopyId

The copy ID of the file, if the file is created from a copy operation.

◆ CopyProgress

Nullable<std::string> Azure::Storage::Files::Shares::Models::DownloadFileDetails::CopyProgress

The copy progress of the file, if the file is created from a copy operation.

◆ CopySource

Nullable<std::string> Azure::Storage::Files::Shares::Models::DownloadFileDetails::CopySource

The copy source of the file, if the file is created from a copy operation.

◆ CopyStatus

Nullable<Models::CopyStatus> Azure::Storage::Files::Shares::Models::DownloadFileDetails::CopyStatus

The copy status of the file, if the file is created from a copy operation.

◆ CopyStatusDescription

Nullable<std::string> Azure::Storage::Files::Shares::Models::DownloadFileDetails::CopyStatusDescription

The copy status's description of the file, if the file is created from a copy operation.

◆ ETag

Azure::ETag Azure::Storage::Files::Shares::Models::DownloadFileDetails::ETag

An HTTP entity tag associated with the file.

◆ IsServerEncrypted

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

A boolean indicates if the service is encrypted.

◆ LastModified

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

The data and time the file was last modified.

◆ LeaseDuration

Nullable<Models::LeaseDuration> Azure::Storage::Files::Shares::Models::DownloadFileDetails::LeaseDuration

When a file is leased, specifies whether the lease is of infinite or fixed duration.

◆ LeaseState

Nullable<Models::LeaseState> Azure::Storage::Files::Shares::Models::DownloadFileDetails::LeaseState

Lease state of the file.

◆ LeaseStatus

Nullable<Models::LeaseStatus> Azure::Storage::Files::Shares::Models::DownloadFileDetails::LeaseStatus

The current lease status of the file.

◆ Metadata

Storage::Metadata Azure::Storage::Files::Shares::Models::DownloadFileDetails::Metadata

The metadata of the file.

◆ SmbProperties

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

The SMB related properties of the file or directory.


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