EventHubConsumerGroup.EnableReceiverRuntimeMetric Property

Definition

Gets or sets a value indicating whether the runtime metric of a receiver is enabled.

public bool EnableReceiverRuntimeMetric { get; set; }
member this.EnableReceiverRuntimeMetric : bool with get, set
Public Property EnableReceiverRuntimeMetric As Boolean

Property Value

true if a client wants to access ReceiverRuntimeInfo using EventHubReceiver.

Remarks

Its default value is derived from the value of EnableReceiverRuntimeMetric

Applies to