DataLakeModelFactory.FileDownloadDetails Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает экземпляр FileDownloadDetails для макетирования.
public static Azure.Storage.Files.DataLake.Models.FileDownloadDetails FileDownloadDetails (DateTimeOffset lastModified, System.Collections.Generic.IDictionary<string,string> metadata, string contentRange, Azure.ETag eTag, string contentEncoding, string cacheControl, string contentDisposition, string contentLanguage, DateTimeOffset copyCompletionTime, string copyStatusDescription, string copyId, string copyProgress, Uri copySource, Azure.Storage.Files.DataLake.Models.CopyStatus copyStatus, Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration leaseDuration, Azure.Storage.Files.DataLake.Models.DataLakeLeaseState leaseState, Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus leaseStatus, string acceptRanges, bool isServerEncrypted, string encryptionKeySha256, byte[] contentHash, DateTimeOffset createdOn, string encryptionContext, System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> accessControlList);
static member FileDownloadDetails : DateTimeOffset * System.Collections.Generic.IDictionary<string, string> * string * Azure.ETag * string * string * string * string * DateTimeOffset * string * string * string * Uri * Azure.Storage.Files.DataLake.Models.CopyStatus * Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration * Azure.Storage.Files.DataLake.Models.DataLakeLeaseState * Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus * string * bool * string * byte[] * DateTimeOffset * string * System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> -> Azure.Storage.Files.DataLake.Models.FileDownloadDetails
Public Shared Function FileDownloadDetails (lastModified As DateTimeOffset, metadata As IDictionary(Of String, String), contentRange As String, eTag As ETag, contentEncoding As String, cacheControl As String, contentDisposition As String, contentLanguage As String, copyCompletionTime As DateTimeOffset, copyStatusDescription As String, copyId As String, copyProgress As String, copySource As Uri, copyStatus As CopyStatus, leaseDuration As DataLakeLeaseDuration, leaseState As DataLakeLeaseState, leaseStatus As DataLakeLeaseStatus, acceptRanges As String, isServerEncrypted As Boolean, encryptionKeySha256 As String, contentHash As Byte(), createdOn As DateTimeOffset, encryptionContext As String, accessControlList As IList(Of PathAccessControlItem)) As FileDownloadDetails
Параметры
- lastModified
- DateTimeOffset
- metadata
- IDictionary<String,String>
- contentRange
- String
- eTag
- ETag
- contentEncoding
- String
- cacheControl
- String
- contentDisposition
- String
- contentLanguage
- String
- copyCompletionTime
- DateTimeOffset
- copyStatusDescription
- String
- copyId
- String
- copyProgress
- String
- copySource
- Uri
- copyStatus
- CopyStatus
- leaseDuration
- DataLakeLeaseDuration
- leaseState
- DataLakeLeaseState
- leaseStatus
- DataLakeLeaseStatus
- acceptRanges
- String
- isServerEncrypted
- Boolean
- encryptionKeySha256
- String
- contentHash
- Byte[]
- createdOn
- DateTimeOffset
- encryptionContext
- String
- accessControlList
- IList<PathAccessControlItem>
Возвращаемое значение
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET