net9.0
namespace Azure.Storage.Files.DataLake.Models
{
public static class DataLakeModelFactory
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static FileDownloadDetails FileDownloadDetails(DateTimeOffset lastModified, IDictionary<string, string> metadata, string contentRange, ETag eTag, string contentEncoding, string cacheControl, string contentDisposition, string contentLanguage, DateTimeOffset copyCompletionTime, string copyStatusDescription, string copyId, string copyProgress, Uri copySource, CopyStatus copyStatus, DataLakeLeaseDuration leaseDuration, DataLakeLeaseState leaseState, DataLakeLeaseStatus leaseStatus, string acceptRanges, bool isServerEncrypted, string encryptionKeySha256, byte[] contentHash);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net9.0 | |
Assemblies | Azure.Storage.Files.DataLake , Version=12.20.1.0, PublicKeyToken=92742159e12e44c8 Azure.Storage.Files.DataLake , Version=12.21.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.Storage.Files.DataLake net6.0 |
Platform Restrictions | This API is supported on all platforms. |