@@ -32,7 +32,7 @@ internal BlobChangeFeedEvent() { }
3232 public partial class BlobChangeFeedEventData
3333 {
3434 internal BlobChangeFeedEventData ( ) { }
35- public Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventAsyncOperationInfo AsyncOperationInfo { get { throw null ; } }
35+ public Azure . Storage . Blobs . ChangeFeed . BlobOperationResult AsyncOperationInfo { get { throw null ; } }
3636 public Azure . Storage . Blobs . Models . AccessTier ? BlobAccessTier { get { throw null ; } }
3737 public Azure . Storage . Blobs . ChangeFeed . BlobOperationName BlobOperationName { get { throw null ; } }
3838 public Azure . Storage . Blobs . Models . BlobType BlobType { get { throw null ; } }
@@ -44,14 +44,14 @@ internal BlobChangeFeedEventData() { }
4444 public string ContentType { get { throw null ; } }
4545 public System . Uri DestinationUri { get { throw null ; } }
4646 public Azure . ETag ETag { get { throw null ; } }
47- public Azure . Storage . Blobs . ChangeFeed . Models . ChangeFeedEventPreviousInfo PreviousInfo { get { throw null ; } }
47+ public Azure . Storage . Blobs . ChangeFeed . ChangeFeedEventPreviousInfo PreviousInfo { get { throw null ; } }
4848 public bool ? Recursive { get { throw null ; } }
4949 public System . Guid RequestId { get { throw null ; } }
5050 public string Sequencer { get { throw null ; } }
5151 public string Snapshot { get { throw null ; } }
5252 public System . Uri SourceUri { get { throw null ; } }
53- public System . Collections . Generic . Dictionary < string , Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventUpdatedBlobProperty > UpdatedBlobProperties { get { throw null ; } }
54- public Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventUpdatedBlobTags UpdatedBlobTags { get { throw null ; } }
53+ public System . Collections . Generic . Dictionary < string , Azure . Storage . Blobs . ChangeFeed . BlobPropertyChange > UpdatedBlobProperties { get { throw null ; } }
54+ public Azure . Storage . Blobs . ChangeFeed . BlobTagsChange UpdatedBlobTags { get { throw null ; } }
5555 public System . Uri Uri { get { throw null ; } }
5656 }
5757 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -86,11 +86,11 @@ public static partial class BlobChangeFeedExtensions
8686 public static partial class BlobChangeFeedModelFactory
8787 {
8888 public static Azure . Storage . Blobs . ChangeFeed . BlobChangeFeedEvent BlobChangeFeedEvent ( string topic , string subject , Azure . Storage . Blobs . ChangeFeed . BlobChangeFeedEventType eventType , System . DateTimeOffset eventTime , System . Guid id , Azure . Storage . Blobs . ChangeFeed . BlobChangeFeedEventData eventData , long dataVersion , string metadataVersion ) { throw null ; }
89- public static Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventAsyncOperationInfo BlobChangeFeedEventAsyncOperationInfo ( Azure . Storage . Blobs . Models . AccessTier ? destinationAccessTier , bool wasAsyncOperation , string copyId ) { throw null ; }
90- public static Azure . Storage . Blobs . ChangeFeed . BlobChangeFeedEventData BlobChangeFeedEventData ( string blobOperationName , string clientRequestId , System . Guid requestId , Azure . ETag eTag , string contentType , long contentLength , Azure . Storage . Blobs . Models . BlobType blobType , string blobVersion , string containerVersion , Azure . Storage . Blobs . Models . AccessTier ? blobAccessTier , long contentOffset , System . Uri destinationUri , System . Uri sourceUri , System . Uri uri , bool recursive , string sequencer , Azure . Storage . Blobs . ChangeFeed . Models . ChangeFeedEventPreviousInfo previousInfo , string snapshot , System . Collections . Generic . Dictionary < string , Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventUpdatedBlobProperty > updatedBlobProperties , Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventAsyncOperationInfo asyncOperationInfo , Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventUpdatedBlobTags updatedBlobTags ) { throw null ; }
91- public static Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventUpdatedBlobProperty BlobChangeFeedEventUpdatedBlobProperty ( string propertyName , string previousValue , string newValue ) { throw null ; }
92- public static Azure . Storage . Blobs . ChangeFeed . Models . BlobChangeFeedEventUpdatedBlobTags BlobChangeFeedEventUpdatedBlobTags ( System . Collections . Generic . Dictionary < string , string > previousTags , System . Collections . Generic . Dictionary < string , string > newTags ) { throw null ; }
93- public static Azure . Storage . Blobs . ChangeFeed . Models . ChangeFeedEventPreviousInfo ChangeFeedEventPreviousInfo ( string softDeleteSnapshot , bool wasBlobSoftDeleted , string blobVersion , string lastVersion , Azure . Storage . Blobs . Models . AccessTier ? previousTier ) { throw null ; }
89+ public static Azure . Storage . Blobs . ChangeFeed . BlobOperationResult BlobChangeFeedEventAsyncOperationInfo ( Azure . Storage . Blobs . Models . AccessTier ? destinationAccessTier , bool wasAsyncOperation , string copyId ) { throw null ; }
90+ public static Azure . Storage . Blobs . ChangeFeed . BlobChangeFeedEventData BlobChangeFeedEventData ( string blobOperationName , string clientRequestId , System . Guid requestId , Azure . ETag eTag , string contentType , long contentLength , Azure . Storage . Blobs . Models . BlobType blobType , string blobVersion , string containerVersion , Azure . Storage . Blobs . Models . AccessTier ? blobAccessTier , long contentOffset , System . Uri destinationUri , System . Uri sourceUri , System . Uri uri , bool recursive , string sequencer , Azure . Storage . Blobs . ChangeFeed . ChangeFeedEventPreviousInfo previousInfo , string snapshot , System . Collections . Generic . Dictionary < string , Azure . Storage . Blobs . ChangeFeed . BlobPropertyChange > updatedBlobProperties , Azure . Storage . Blobs . ChangeFeed . BlobOperationResult asyncOperationInfo , Azure . Storage . Blobs . ChangeFeed . BlobTagsChange updatedBlobTags ) { throw null ; }
91+ public static Azure . Storage . Blobs . ChangeFeed . BlobPropertyChange BlobChangeFeedEventUpdatedBlobProperty ( string propertyName , string previousValue , string newValue ) { throw null ; }
92+ public static Azure . Storage . Blobs . ChangeFeed . BlobTagsChange BlobChangeFeedEventUpdatedBlobTags ( System . Collections . Generic . Dictionary < string , string > previousTags , System . Collections . Generic . Dictionary < string , string > newTags ) { throw null ; }
93+ public static Azure . Storage . Blobs . ChangeFeed . ChangeFeedEventPreviousInfo ChangeFeedEventPreviousInfo ( string softDeleteSnapshot , bool wasBlobSoftDeleted , string blobVersion , string lastVersion , Azure . Storage . Blobs . Models . AccessTier ? previousTier ) { throw null ; }
9494 }
9595 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
9696 public readonly partial struct BlobOperationName : System . IEquatable < Azure . Storage . Blobs . ChangeFeed . BlobOperationName >
@@ -122,34 +122,31 @@ public static partial class BlobChangeFeedModelFactory
122122 public static bool operator != ( Azure . Storage . Blobs . ChangeFeed . BlobOperationName left , Azure . Storage . Blobs . ChangeFeed . BlobOperationName right ) { throw null ; }
123123 public override string ToString ( ) { throw null ; }
124124 }
125- }
126- namespace Azure . Storage . Blobs . ChangeFeed . Models
127- {
128- public partial class BlobChangeFeedEventAsyncOperationInfo
125+ public partial class BlobOperationResult
129126 {
130- internal BlobChangeFeedEventAsyncOperationInfo ( ) { }
127+ internal BlobOperationResult ( ) { }
131128 public string CopyId { get { throw null ; } }
132129 public Azure . Storage . Blobs . Models . AccessTier ? DestinationAccessTier { get { throw null ; } }
133- public bool WasAsyncOperation { get { throw null ; } }
130+ public bool IsAsync { get { throw null ; } }
134131 }
135- public partial class BlobChangeFeedEventUpdatedBlobProperty
132+ public partial class BlobPropertyChange
136133 {
137- internal BlobChangeFeedEventUpdatedBlobProperty ( ) { }
134+ internal BlobPropertyChange ( ) { }
138135 public string NewValue { get { throw null ; } }
139- public string PreviousValue { get { throw null ; } }
136+ public string OldValue { get { throw null ; } }
140137 public string PropertyName { get { throw null ; } }
141138 }
142- public partial class BlobChangeFeedEventUpdatedBlobTags
139+ public partial class BlobTagsChange
143140 {
144- internal BlobChangeFeedEventUpdatedBlobTags ( ) { }
141+ internal BlobTagsChange ( ) { }
145142 public System . Collections . Generic . Dictionary < string , string > NewTags { get { throw null ; } }
146- public System . Collections . Generic . Dictionary < string , string > PreviousTags { get { throw null ; } }
143+ public System . Collections . Generic . Dictionary < string , string > OldTags { get { throw null ; } }
147144 }
148145 public partial class ChangeFeedEventPreviousInfo
149146 {
150147 internal ChangeFeedEventPreviousInfo ( ) { }
151- public string BlobVersion { get { throw null ; } }
152- public string LastVersion { get { throw null ; } }
148+ public string NewBlobVersion { get { throw null ; } }
149+ public string OldBlobVersion { get { throw null ; } }
153150 public Azure . Storage . Blobs . Models . AccessTier ? PreviousTier { get { throw null ; } }
154151 public string SoftDeleteSnapshot { get { throw null ; } }
155152 public bool WasBlobSoftDeleted { get { throw null ; } }
0 commit comments