PartitionDescription クラス

定義

イベント ハブの論理パーティションのメタデータとおおよそのランタイム情報を表します。

[System.Runtime.Serialization.DataContract(Name="PartitionDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class PartitionDescription : Microsoft.ServiceBus.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="PartitionDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type PartitionDescription = class
    inherit EntityDescription
Public NotInheritable Class PartitionDescription
Inherits EntityDescription
継承
PartitionDescription
属性

コンストラクター

PartitionDescription(String, String)

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

プロパティ

BeginSequenceNumber

開始シーケンス番号を取得します。

ConsumerGroupName

Event Hubs コンシューマー グループの名前を取得します。

EndSequenceNumber

終了シーケンス番号を取得します。

EventHubPath

イベント ハブのパスを取得します。

ExtensionData

追加のデータを格納する構造体を取得または設定します。

(継承元 EntityDescription)
IncomingBytesPerSecond

パーティションのイベントのおおよその受信レート (1 秒あたりのバイト数) を取得します。

IsReadOnly

エンティティの説明が読み取り専用かどうかを示す値を取得または設定します。

(継承元 EntityDescription)
LastEnqueuedOffset

最後にエンキューされたイベントのオフセットを取得します。

LastEnqueuedTimeUtc

最後のイベントのエンキューされた UTC 時刻を取得します。

OutgoingBytesPerSecond

指定したコンシューマー グループ内のパーティションのおおよその送信レート (1 秒あたりのバイト数) を取得します。

PartitionId

それが属するイベント ハブのパーティション ID を取得します。

SizeInBytes

Event Hubs パーティションのおおよそのサイズ (バイト単位) を取得します。

メソッド

ThrowIfReadOnly()

エンティティの説明が読み取り専用の場合は、例外をスローします。

(継承元 EntityDescription)

適用対象