ServiceBusQueue.EnableBatchedOperations 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.
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