DataLakeModelFactory.FileDownloadDetails Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria uma nova instância FileDownloadDetails para simular.
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
Parâmetros
- 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>
Devoluções
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET