NamespaceEntityStats.EventHubCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of event hub.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=false, Name="EventHubCount", Order=104)]
public long EventHubCount { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=false, Name="EventHubCount", Order=104)>]
member this.EventHubCount : int64 with get, set
Public Property EventHubCount As Long
Property Value
The number of event hub.
- Attributes