Compartir a través de


EventHubDescription.PartitionCount Propiedad

Definición

Obtiene o establece el número actual de particiones en el centro de eventos.

public int PartitionCount { get; set; }
member this.PartitionCount : int with get, set
Public Property PartitionCount As Integer

Valor de propiedad

Devuelve el número de suscripciones en el centro de eventos.

Excepciones

Se produce si el valor del recuento de particiones es negativo.

Se aplica a