DataLakeModelFactory.FileDownloadDetails メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック作成用の新しい 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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET