@@ -125,7 +125,6 @@ public static partial class EventHubsModelFactory
125125 public static Azure . Messaging . EventHubs . Consumer . LastEnqueuedEventProperties LastEnqueuedEventProperties ( long ? lastSequenceNumber , long ? lastOffset , System . DateTimeOffset ? lastEnqueuedTime , System . DateTimeOffset ? lastReceivedTime ) { throw null ; }
126126 public static Azure . Messaging . EventHubs . Consumer . PartitionContext PartitionContext ( string partitionId , Azure . Messaging . EventHubs . Consumer . LastEnqueuedEventProperties lastEnqueuedEventProperties = default ( Azure . Messaging . EventHubs . Consumer . LastEnqueuedEventProperties ) ) { throw null ; }
127127 public static Azure . Messaging . EventHubs . PartitionProperties PartitionProperties ( string eventHubName , string partitionId , bool isEmpty , long beginningSequenceNumber , long lastSequenceNumber , long lastOffset , System . DateTimeOffset lastEnqueuedTime ) { throw null ; }
128- public static Azure . Messaging . EventHubs . Producer . PartitionPublishingProperties PartitionPublishingProperties ( bool isIdempotentPublishingEnabled , long ? producerGroupId , short ? ownerLevel , int ? lastPublishedSequenceNumber ) { throw null ; }
129128 }
130129 public enum EventHubsRetryMode
131130 {
@@ -512,7 +511,6 @@ public EventHubProducerClient(string connectionString, string eventHubName, Azur
512511 public override int GetHashCode ( ) { throw null ; }
513512 public virtual System . Threading . Tasks . Task < string [ ] > GetPartitionIdsAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
514513 public virtual System . Threading . Tasks . Task < Azure . Messaging . EventHubs . PartitionProperties > GetPartitionPropertiesAsync ( string partitionId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
515- public virtual System . Threading . Tasks . Task < Azure . Messaging . EventHubs . Producer . PartitionPublishingProperties > GetPartitionPublishingPropertiesAsync ( string partitionId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
516514 public virtual System . Threading . Tasks . Task SendAsync ( Azure . Messaging . EventHubs . Producer . EventDataBatch eventBatch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
517515 public virtual System . Threading . Tasks . Task SendAsync ( System . Collections . Generic . IEnumerable < Azure . Messaging . EventHubs . EventData > eventSet , Azure . Messaging . EventHubs . Producer . SendEventOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
518516 public virtual System . Threading . Tasks . Task SendAsync ( System . Collections . Generic . IEnumerable < Azure . Messaging . EventHubs . EventData > eventSet , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -523,8 +521,6 @@ public partial class EventHubProducerClientOptions
523521 {
524522 public EventHubProducerClientOptions ( ) { }
525523 public Azure . Messaging . EventHubs . EventHubConnectionOptions ConnectionOptions { get { throw null ; } set { } }
526- public bool EnableIdempotentPartitions { get { throw null ; } set { } }
527- public System . Collections . Generic . Dictionary < string , Azure . Messaging . EventHubs . Producer . PartitionPublishingOptions > PartitionOptions { get { throw null ; } }
528524 public Azure . Messaging . EventHubs . EventHubsRetryOptions RetryOptions { get { throw null ; } set { } }
529525 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
530526 public override bool Equals ( object obj ) { throw null ; }
@@ -533,33 +529,6 @@ public EventHubProducerClientOptions() { }
533529 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
534530 public override string ToString ( ) { throw null ; }
535531 }
536- public partial class PartitionPublishingOptions
537- {
538- public PartitionPublishingOptions ( ) { }
539- public short ? OwnerLevel { get { throw null ; } set { } }
540- public long ? ProducerGroupId { get { throw null ; } set { } }
541- public int ? StartingSequenceNumber { get { throw null ; } set { } }
542- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
543- public override bool Equals ( object obj ) { throw null ; }
544- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
545- public override int GetHashCode ( ) { throw null ; }
546- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
547- public override string ToString ( ) { throw null ; }
548- }
549- public partial class PartitionPublishingProperties
550- {
551- protected internal PartitionPublishingProperties ( bool isIdempotentPublishingEnabled , long ? producerGroupId , short ? ownerLevel , int ? lastPublishedSequenceNumber ) { }
552- public bool IsIdempotentPublishingEnabled { get { throw null ; } }
553- public int ? LastPublishedSequenceNumber { get { throw null ; } }
554- public short ? OwnerLevel { get { throw null ; } }
555- public long ? ProducerGroupId { get { throw null ; } }
556- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
557- public override bool Equals ( object obj ) { throw null ; }
558- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
559- public override int GetHashCode ( ) { throw null ; }
560- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
561- public override string ToString ( ) { throw null ; }
562- }
563532 public partial class SendEventOptions
564533 {
565534 public SendEventOptions ( ) { }
0 commit comments