EventHubsModelFactory クラス

定義

モック作成とテストを支援する Event Hubs モデルの種類を作成するためのファクトリ。

public static class EventHubsModelFactory
type EventHubsModelFactory = class
Public Class EventHubsModelFactory
継承
EventHubsModelFactory

メソッド

EventData(BinaryData, IDictionary<String,Object>, IReadOnlyDictionary<String,Object>, String, Int64, Int64, DateTimeOffset)

EventData(BinaryData, IDictionary<String,Object>, IReadOnlyDictionary<String,Object>, String, Int64, Int64, DateTimeOffset) クラスの新しいインスタンスを初期化します。

EventDataBatch(Int64, IList<EventData>, CreateBatchOptions, Func<EventData,Boolean>)

EventDataBatch(Int64, IList<EventData>, CreateBatchOptions, Func<EventData,Boolean>) クラスの新しいインスタンスを初期化します。

EventHubProperties(String, DateTimeOffset, String[])

EventHubProperties(String, DateTimeOffset, String[]) クラスの新しいインスタンスを初期化します。

LastEnqueuedEventProperties(Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

LastEnqueuedEventProperties(Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) クラスの新しいインスタンスを初期化します。

PartitionContext(String, String, String, String, LastEnqueuedEventProperties)

PartitionContext クラスの新しいインスタンスを初期化します。

PartitionProperties(String, String, Boolean, Int64, Int64, Int64, DateTimeOffset)

PartitionProperties(String, String, Boolean, Int64, Int64, Int64, DateTimeOffset) クラスの新しいインスタンスを初期化します。

適用対象