共用方式為


EventHubPartitionDataGenerator 類別

定義

EHPartitionDataGenerator 會產生 EH 資料分割的資料,其中包含來自不同資料流程的資料

public class EventHubPartitionDataGenerator : Orleans.ServiceBus.Providers.Testing.IDataGenerator<Microsoft.ServiceBus.Messaging.EventData>, Orleans.ServiceBus.Providers.Testing.IStreamDataGeneratingController
public class EventHubPartitionDataGenerator : Orleans.ServiceBus.Providers.Testing.IDataGenerator<Microsoft.Azure.EventHubs.EventData>, Orleans.ServiceBus.Providers.Testing.IStreamDataGeneratingController
public class EventHubPartitionDataGenerator : Orleans.ServiceBus.Providers.Testing.IDataGenerator<Azure.Messaging.EventHubs.EventData>, Orleans.ServiceBus.Providers.Testing.IStreamDataGeneratingController
type EventHubPartitionDataGenerator = class
    interface IDataGenerator<EventData>
    interface IStreamDataGeneratingController
Public Class EventHubPartitionDataGenerator
Implements IDataGenerator(Of EventData), IStreamDataGeneratingController
繼承
EventHubPartitionDataGenerator
實作

建構函式

EventHubPartitionDataGenerator(EventDataGeneratorStreamOptions, Func<IStreamIdentity,IStreamDataGenerator<EventData>>, ILogger)

建構函式

EventHubPartitionDataGenerator(EventDataGeneratorStreamOptions, Func<IStreamIdentity,IStreamDataGenerator<EventData>>, ILogger)

建構函式

EventHubPartitionDataGenerator(Logger, SerializationManager, EventHubGeneratorStreamProviderSettings)

建構函式

方法

AddDataGeneratorForStream(IStreamIdentity)

EHPartitionDataGenerator 會產生 EH 資料分割的資料,其中包含來自不同資料流程的資料

StopProducingOnStream(IStreamIdentity)

EHPartitionDataGenerator 會產生 EH 資料分割的資料,其中包含來自不同資料流程的資料

TryReadEvents(Int32, IEnumerable<EventData>)

EHPartitionDataGenerator 會產生 EH 資料分割的資料,其中包含來自不同資料流程的資料

TryReadEvents(Int32, IEnumerable<EventData>)

EHPartitionDataGenerator 會產生 EH 資料分割的資料,其中包含來自不同資料流程的資料

TryReadEvents(Int32, IEnumerable<EventData>)

EHPartitionDataGenerator 會產生 EH 資料分割的資料,其中包含來自不同資料流程的資料

適用於