<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0-beta.1" />
API Differences between 12.26.0-beta.1 and 12.29.1
3 Additions
38 Removals
Azure.Storage.Blobs
Azure.Storage.Blobs.Models
-
public struct AccessTier : IEquatable<AccessTier>
-
public class AppendBlobAppendBlockFromUriOptions
-
public enum ArchiveStatus
-
public class BlobDownloadDetails
-
public class BlobDownloadInfo : IDisposable, IDownloadedContent
-
public class BlobDownloadStreamingResult : IDisposable, IDownloadedContent
-
public struct BlobErrorCode : IEquatable<BlobErrorCode>
-
public class BlobGetUserDelegationKeyOptions
-
public class BlobItemProperties
-
public class BlobProperties
-
public class BlobRequestConditions : BlobLeaseRequestConditions
-
public static class BlobsModelFactory
- public static BlobItemProperties BlobItemProperties(bool accessTierInferred, bool? serverEncrypted = default, string contentType = null, string contentEncoding = null, string contentLanguage = null, byte[] contentHash = null, string contentDisposition = null, string cacheControl = null, long? blobSequenceNumber = default, BlobType? blobType = default, LeaseStatus? leaseStatus = default, LeaseState? leaseState = default, LeaseDurationType? leaseDuration = default, string copyId = null, CopyStatus? copyStatus = default, Uri copySource = null, string copyProgress = null, string copyStatusDescription = null, long? contentLength = default, bool? incrementalCopy = default, string destinationSnapshot = null, int? remainingRetentionDays = default, AccessTier? accessTier = default, DateTimeOffset? lastModified = default, ArchiveStatus? archiveStatus = default, string customerProvidedKeySha256 = null, string encryptionScope = null, long? tagCount = default, DateTimeOffset? expiresOn = default, bool? isSealed = default, RehydratePriority? rehydratePriority = default, DateTimeOffset? lastAccessedOn = default, ETag? eTag = default, DateTimeOffset? createdOn = default, DateTimeOffset? copyCompletedOn = default, DateTimeOffset? deletedOn = default, DateTimeOffset? accessTierChangedOn = default, AccessTier? smartAccessTier = default)
- public static BlobProperties BlobProperties(DateTimeOffset lastModified = default, LeaseStatus leaseStatus = 0, long contentLength = 0, string contentType = null, ETag eTag = default, LeaseState leaseState = 0, string contentEncoding = null, string contentDisposition = null, string contentLanguage = null, string cacheControl = null, long blobSequenceNumber = 0, LeaseDurationType leaseDuration = 0, 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 = 0, string versionId = null, IList<ObjectReplicationPolicy> objectReplicationSourceProperties = null, bool isLatestVersion = false, string objectReplicationDestinationPolicyId = null, long tagCount = 0, 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, string smartAccessTier = null)
- public static UserDelegationKey UserDelegationKey(string signedObjectId = null, string signedTenantId = null, string signedService = null, string signedVersion = null, string value = null, DateTimeOffset signedExpiresOn = default, DateTimeOffset signedStartsOn = default, string signedDelegatedUserTenantId = null)
- public static UserDelegationKey UserDelegationKey(string signedObjectId, string signedTenantId, string signedService, string signedVersion, string value, DateTimeOffset signedExpiresOn, DateTimeOffset signedStartsOn)
- public static UserDelegationKey UserDelegationKey(string signedObjectId = null, string signedTenantId = null, DateTimeOffset signedStartsOn = default, DateTimeOffset signedExpiresOn = default, string signedService = null, string signedVersion = null, string signedDelegatedUserTenantId = null, string value = null)
- public static UserDelegationKey UserDelegationKey(string signedObjectId, string signedTenantId, string signedService, string signedVersion, string value, DateTimeOffset signedExpiresOn, DateTimeOffset signedStartsOn)
-
public class BlobSyncUploadFromUriOptions
-
public class GetBlobsByHierarchyOptions
-
public class GetBlobsOptions
-
public class PageBlobUploadPagesFromUriOptions
-
public enum SkuName
-
public class StageBlockFromUriOptions
-
public class UserDelegationKey
Azure.Storage.Blobs.Specialized
Azure.Storage.Sas