net9.0
namespace Azure.Storage.Blobs.Models
{
public static class BlobsModelFactory
{
public static BlobDownloadInfo BlobDownloadInfo(DateTimeOffset lastModified = default, long blobSequenceNumber = 0L, BlobType blobType = BlobType.Block, byte[] contentCrc64 = null, string contentLanguage = null, string copyStatusDescription = null, string copyId = null, string copyProgress = null, Uri copySource = null, CopyStatus copyStatus = CopyStatus.Pending, string contentDisposition = null, LeaseDurationType leaseDuration = LeaseDurationType.Infinite, string cacheControl = null, LeaseState leaseState = LeaseState.Available, string contentEncoding = null, LeaseStatus leaseStatus = LeaseStatus.Locked, byte[] contentHash = null, string acceptRanges = null, ETag eTag = default, int blobCommittedBlockCount = 0, string contentRange = null, bool isServerEncrypted = false, string contentType = null, string encryptionKeySha256 = null, string encryptionScope = null, long contentLength = 0L, byte[] blobContentHash = null, string versionId = null, IDictionary<string, string> metadata = null, Stream content = null, DateTimeOffset copyCompletionTime = default, long tagCount = 0L, DateTimeOffset lastAccessed = default);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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.Blobs , Version=12.23.0.0, PublicKeyToken=92742159e12e44c8 Azure.Storage.Blobs , Version=12.22.2.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.Storage.Blobs net6.0 |
Platform Restrictions | This API is supported on all platforms. |