net9.0
namespace Azure.Storage.Blobs.Models
{
public static class BlobsModelFactory
{
public static BlobDownloadDetails BlobDownloadDetails(BlobType blobType = BlobType.Block, long contentLength = 0L, string contentType = null, byte[] contentHash = null, DateTimeOffset lastModified = default, IDictionary<string, string> metadata = null, string contentRange = null, string contentEncoding = null, string cacheControl = null, string contentDisposition = null, string contentLanguage = null, long blobSequenceNumber = 0L, DateTimeOffset copyCompletedOn = default, string copyStatusDescription = null, string copyId = null, string copyProgress = null, Uri copySource = null, CopyStatus copyStatus = CopyStatus.Pending, LeaseDurationType leaseDuration = LeaseDurationType.Infinite, LeaseState leaseState = LeaseState.Available, LeaseStatus leaseStatus = LeaseStatus.Locked, string acceptRanges = null, int blobCommittedBlockCount = 0, bool isServerEncrypted = false, string encryptionKeySha256 = null, string encryptionScope = null, byte[] blobContentHash = null, long tagCount = 0L, string versionId = null, bool isSealed = false, IList<ObjectReplicationPolicy> objectReplicationSourceProperties = null, string objectReplicationDestinationPolicy = null, bool hasLegalHold = false, DateTimeOffset createdOn = default, ETag eTag = default);
}
}
.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. |