PartitionManagerOptions.LeaseInterval プロパティ

定義

EventHub パーティションを表す Azure BLOB でリースを取得する間隔。 この期間内にリースが更新されない場合、リースの有効期限が切れ、パーティションの所有権が別 EventProcessorHost のインスタンスに移動します。

public TimeSpan LeaseInterval { get; set; }
member this.LeaseInterval : TimeSpan with get, set
Public Property LeaseInterval As TimeSpan

プロパティ値

適用対象