@@ -830,6 +830,7 @@ public BlobProperties() { }
830
830
public bool AccessTierInferred { get { throw null ; } }
831
831
public string ArchiveStatus { get { throw null ; } }
832
832
public int BlobCommittedBlockCount { get { throw null ; } }
833
+ public Azure . Storage . Blobs . Models . CopyStatus ? BlobCopyStatus { get { throw null ; } }
833
834
public long BlobSequenceNumber { get { throw null ; } }
834
835
public Azure . Storage . Blobs . Models . BlobType BlobType { get { throw null ; } }
835
836
public string CacheControl { get { throw null ; } }
@@ -843,6 +844,7 @@ public BlobProperties() { }
843
844
public string CopyId { get { throw null ; } }
844
845
public string CopyProgress { get { throw null ; } }
845
846
public System . Uri CopySource { get { throw null ; } }
847
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
846
848
public Azure . Storage . Blobs . Models . CopyStatus CopyStatus { get { throw null ; } }
847
849
public string CopyStatusDescription { get { throw null ; } }
848
850
public System . DateTimeOffset CreatedOn { get { throw null ; } }
@@ -1032,7 +1034,9 @@ public static partial class BlobsModelFactory
1032
1034
public static Azure . Storage . Blobs . Models . BlobProperties BlobProperties ( System . DateTimeOffset lastModified , Azure . Storage . Blobs . Models . LeaseStatus leaseStatus , long contentLength , string contentType , Azure . ETag eTag , Azure . Storage . Blobs . Models . LeaseState leaseState , string contentEncoding , string contentDisposition , string contentLanguage , string cacheControl , long blobSequenceNumber , Azure . Storage . Blobs . Models . LeaseDurationType leaseDuration , string acceptRanges , string destinationSnapshot , int blobCommittedBlockCount , bool isIncrementalCopy , bool isServerEncrypted , Azure . Storage . Blobs . Models . CopyStatus copyStatus , string encryptionKeySha256 , System . Uri copySource , string encryptionScope , string copyProgress , string accessTier , string copyId , bool accessTierInferred , string copyStatusDescription , string archiveStatus , System . DateTimeOffset copyCompletedOn , System . DateTimeOffset accessTierChangedOn , Azure . Storage . Blobs . Models . BlobType blobType , string versionId , System . Collections . Generic . IList < Azure . Storage . Blobs . Models . ObjectReplicationPolicy > objectReplicationSourceProperties , bool isLatestVersion , string objectReplicationDestinationPolicyId , long tagCount , System . Collections . Generic . IDictionary < string , string > metadata , System . DateTimeOffset expiresOn , System . DateTimeOffset createdOn , bool isSealed , string rehydratePriority , byte [ ] contentHash ) { throw null ; }
1033
1035
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1034
1036
public static Azure . Storage . Blobs . Models . BlobProperties BlobProperties ( System . DateTimeOffset lastModified , Azure . Storage . Blobs . Models . LeaseStatus leaseStatus , long contentLength , string contentType , Azure . ETag eTag , Azure . Storage . Blobs . Models . LeaseState leaseState , string contentEncoding , string contentDisposition , string contentLanguage , string cacheControl , long blobSequenceNumber , Azure . Storage . Blobs . Models . LeaseDurationType leaseDuration , string acceptRanges , string destinationSnapshot , int blobCommittedBlockCount , bool isIncrementalCopy , bool isServerEncrypted , Azure . Storage . Blobs . Models . CopyStatus copyStatus , string encryptionKeySha256 , System . Uri copySource , string encryptionScope , string copyProgress , string accessTier , string copyId , bool accessTierInferred , string copyStatusDescription , string archiveStatus , System . DateTimeOffset copyCompletedOn , System . DateTimeOffset accessTierChangedOn , Azure . Storage . Blobs . Models . BlobType blobType , string versionId , System . Collections . Generic . IList < Azure . Storage . Blobs . Models . ObjectReplicationPolicy > objectReplicationSourceProperties , bool isLatestVersion , string objectReplicationDestinationPolicyId , long tagCount , System . Collections . Generic . IDictionary < string , string > metadata , System . DateTimeOffset expiresOn , System . DateTimeOffset createdOn , bool isSealed , string rehydratePriority , byte [ ] contentHash , System . DateTimeOffset lastAccessed ) { throw null ; }
1035
- public static Azure . Storage . Blobs . Models . BlobProperties BlobProperties ( System . DateTimeOffset lastModified = default ( System . DateTimeOffset ) , Azure . Storage . Blobs . Models . LeaseStatus leaseStatus = Azure . Storage . Blobs . Models . LeaseStatus . Locked , long contentLength = ( long ) 0 , string contentType = null , Azure . ETag eTag = default ( Azure . ETag ) , Azure . Storage . Blobs . Models . LeaseState leaseState = Azure . Storage . Blobs . Models . LeaseState . Available , string contentEncoding = null , string contentDisposition = null , string contentLanguage = null , string cacheControl = null , long blobSequenceNumber = ( long ) 0 , Azure . Storage . Blobs . Models . LeaseDurationType leaseDuration = Azure . Storage . Blobs . Models . LeaseDurationType . Infinite , string acceptRanges = null , string destinationSnapshot = null , int blobCommittedBlockCount = 0 , bool isIncrementalCopy = false , bool isServerEncrypted = false , Azure . Storage . Blobs . Models . CopyStatus copyStatus = Azure . Storage . Blobs . Models . CopyStatus . Pending , string encryptionKeySha256 = null , System . Uri copySource = null , string encryptionScope = null , string copyProgress = null , string accessTier = null , string copyId = null , bool accessTierInferred = false , string copyStatusDescription = null , string archiveStatus = null , System . DateTimeOffset copyCompletedOn = default ( System . DateTimeOffset ) , System . DateTimeOffset accessTierChangedOn = default ( System . DateTimeOffset ) , Azure . Storage . Blobs . Models . BlobType blobType = Azure . Storage . Blobs . Models . BlobType . Block , string versionId = null , System . Collections . Generic . IList < Azure . Storage . Blobs . Models . ObjectReplicationPolicy > objectReplicationSourceProperties = null , bool isLatestVersion = false , string objectReplicationDestinationPolicyId = null , long tagCount = ( long ) 0 , System . Collections . Generic . IDictionary < string , string > metadata = null , System . DateTimeOffset expiresOn = default ( System . DateTimeOffset ) , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , bool isSealed = false , string rehydratePriority = null , byte [ ] contentHash = null , System . DateTimeOffset lastAccessed = default ( System . DateTimeOffset ) , Azure . Storage . Blobs . Models . BlobImmutabilityPolicy immutabilityPolicy = null , bool hasLegalHold = false ) { throw null ; }
1037
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1038
+ public static Azure . Storage . Blobs . Models . BlobProperties BlobProperties ( System . DateTimeOffset lastModified , Azure . Storage . Blobs . Models . LeaseStatus leaseStatus , long contentLength , string contentType , Azure . ETag eTag , Azure . Storage . Blobs . Models . LeaseState leaseState , string contentEncoding , string contentDisposition , string contentLanguage , string cacheControl , long blobSequenceNumber , Azure . Storage . Blobs . Models . LeaseDurationType leaseDuration , string acceptRanges , string destinationSnapshot , int blobCommittedBlockCount , bool isIncrementalCopy , bool isServerEncrypted , Azure . Storage . Blobs . Models . CopyStatus copyStatus , string encryptionKeySha256 , System . Uri copySource , string encryptionScope , string copyProgress , string accessTier , string copyId , bool accessTierInferred , string copyStatusDescription , string archiveStatus , System . DateTimeOffset copyCompletedOn , System . DateTimeOffset accessTierChangedOn , Azure . Storage . Blobs . Models . BlobType blobType , string versionId , System . Collections . Generic . IList < Azure . Storage . Blobs . Models . ObjectReplicationPolicy > objectReplicationSourceProperties , bool isLatestVersion , string objectReplicationDestinationPolicyId , long tagCount , System . Collections . Generic . IDictionary < string , string > metadata , System . DateTimeOffset expiresOn , System . DateTimeOffset createdOn , bool isSealed , string rehydratePriority , byte [ ] contentHash , System . DateTimeOffset lastAccessed , Azure . Storage . Blobs . Models . BlobImmutabilityPolicy immutabilityPolicy , bool hasLegalHold ) { throw null ; }
1039
+ public static Azure . Storage . Blobs . Models . BlobProperties BlobProperties ( System . DateTimeOffset lastModified = default ( System . DateTimeOffset ) , Azure . Storage . Blobs . Models . LeaseStatus leaseStatus = Azure . Storage . Blobs . Models . LeaseStatus . Locked , long contentLength = ( long ) 0 , string contentType = null , Azure . ETag eTag = default ( Azure . ETag ) , Azure . Storage . Blobs . Models . LeaseState leaseState = Azure . Storage . Blobs . Models . LeaseState . Available , string contentEncoding = null , string contentDisposition = null , string contentLanguage = null , string cacheControl = null , long blobSequenceNumber = ( long ) 0 , Azure . Storage . Blobs . Models . LeaseDurationType leaseDuration = Azure . Storage . Blobs . Models . LeaseDurationType . Infinite , string acceptRanges = null , string destinationSnapshot = null , int blobCommittedBlockCount = 0 , bool isIncrementalCopy = false , bool isServerEncrypted = false , Azure . Storage . Blobs . Models . CopyStatus ? blobCopyStatus = default ( Azure . Storage . Blobs . Models . CopyStatus ? ) , string encryptionKeySha256 = null , System . Uri copySource = null , string encryptionScope = null , string copyProgress = null , string accessTier = null , string copyId = null , bool accessTierInferred = false , string copyStatusDescription = null , string archiveStatus = null , System . DateTimeOffset copyCompletedOn = default ( System . DateTimeOffset ) , System . DateTimeOffset accessTierChangedOn = default ( System . DateTimeOffset ) , Azure . Storage . Blobs . Models . BlobType blobType = Azure . Storage . Blobs . Models . BlobType . Block , string versionId = null , System . Collections . Generic . IList < Azure . Storage . Blobs . Models . ObjectReplicationPolicy > objectReplicationSourceProperties = null , bool isLatestVersion = false , string objectReplicationDestinationPolicyId = null , long tagCount = ( long ) 0 , System . Collections . Generic . IDictionary < string , string > metadata = null , System . DateTimeOffset expiresOn = default ( System . DateTimeOffset ) , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , bool isSealed = false , string rehydratePriority = null , byte [ ] contentHash = null , System . DateTimeOffset lastAccessed = default ( System . DateTimeOffset ) , Azure . Storage . Blobs . Models . BlobImmutabilityPolicy immutabilityPolicy = null , bool hasLegalHold = false ) { throw null ; }
1036
1040
public static Azure . Storage . Blobs . Models . BlobQueryError BlobQueryError ( string name = null , string description = null , bool isFatal = false , long position = ( long ) 0 ) { throw null ; }
1037
1041
public static Azure . Storage . Blobs . Models . BlobServiceStatistics BlobServiceStatistics ( Azure . Storage . Blobs . Models . BlobGeoReplication geoReplication = null ) { throw null ; }
1038
1042
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
0 commit comments