DataLakeModelFactory.FileDownloadDetails Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un instance FileDownloadDetails pour la simulation.
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
Paramètres
- 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>
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET