Compartir a través de


CreateMessageBatchOptions.MaxSizeInBytes Propiedad

Definición

Tamaño máximo que se va a permitir para un único lote de mensajes, en bytes.

public long? MaxSizeInBytes { get; set; }
member this.MaxSizeInBytes : Nullable<int64> with get, set
Public Property MaxSizeInBytes As Nullable(Of Long)

Valor de propiedad

Límite deseado, en bytes, para el tamaño del lote de mensajes de Service Bus asociado. Si nulles , se usará el tamaño máximo permitido por el transporte activo.

Excepciones

Se intenta establecer un valor negativo para la propiedad .

Se aplica a