ServiceBusQueueCreateParameters.EnableBatchedOperations Property

Definition

Optional. Enables or disables service side batching behavior when performing operations for the specific queue. When enabled, service bus will collect/batch multiple operations to the backend to be more connection efficient. If user wants lower operation latency then they can disable this feature. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780773.aspx for more information)

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

Property Value

Applies to