net9.0
namespace Azure.Storage.Blobs.Models
{
public static class BlobsModelFactory
{
public static BlobProperties BlobProperties(DateTimeOffset lastModified = default, LeaseStatus leaseStatus = LeaseStatus.Locked, long contentLength = 0L, string contentType = null, ETag eTag = default, LeaseState leaseState = LeaseState.Available, string contentEncoding = null, string contentDisposition = null, string contentLanguage = null, string cacheControl = null, long blobSequenceNumber = 0L, LeaseDurationType leaseDuration = LeaseDurationType.Infinite, string acceptRanges = null, string destinationSnapshot = null, int blobCommittedBlockCount = 0, bool isIncrementalCopy = false, bool isServerEncrypted = false, CopyStatus? blobCopyStatus = default, string encryptionKeySha256 = null, Uri copySource = null, string encryptionScope = null, string copyProgress = null, string accessTier = null, string copyId = null, bool accessTierInferred = false, string copyStatusDescription = null, string archiveStatus = null, DateTimeOffset copyCompletedOn = default, DateTimeOffset accessTierChangedOn = default, BlobType blobType = BlobType.Block, string versionId = null, IList<ObjectReplicationPolicy> objectReplicationSourceProperties = null, bool isLatestVersion = false, string objectReplicationDestinationPolicyId = null, long tagCount = 0L, IDictionary<string, string> metadata = null, DateTimeOffset expiresOn = default, DateTimeOffset createdOn = default, bool isSealed = false, string rehydratePriority = null, byte[] contentHash = null, DateTimeOffset lastAccessed = default, BlobImmutabilityPolicy immutabilityPolicy = null, bool hasLegalHold = false);
}
}
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. |