net9.0
namespace Azure.Storage.Files.Shares.Models
{
public static class FilesModelFactory
{
public static ShareFileDownloadInfo StorageFileDownloadInfo(DateTimeOffset lastModified = default, IEnumerable<string> contentLanguage = null, string acceptRanges = null, DateTimeOffset copyCompletionTime = default, string copyStatusDescription = null, string contentDisposition = null, string copyProgress = null, Uri copySource = null, CopyStatus copyStatus = CopyStatus.Pending, byte[] fileContentHash = null, bool isServerEncrypted = false, string cacheControl = null, string fileAttributes = null, IEnumerable<string> contentEncoding = null, DateTimeOffset fileCreationTime = default, byte[] contentHash = null, DateTimeOffset fileLastWriteTime = default, ETag eTag = default, DateTimeOffset fileChangeTime = default, string contentRange = null, string filePermissionKey = null, string contentType = null, string fileId = null, long contentLength = 0L, string fileParentId = null, IDictionary<string, string> metadata = null, Stream content = null, string copyId = null);
}
}
.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 | |
Assembly | Azure.Storage.Files.Shares , Version=12.21.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.Storage.Files.Shares (12.21.0) net6.0 |
Platform Restrictions | This API is supported on all platforms. |