DataLakeModelFactory.FileDownloadDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new FileDownloadDetails instance for mocking.
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
Parameters
- 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>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET