Method: Azure::ServiceBus::Queue#enable_batched_operations
- Defined in:
- lib/azure/service_bus/queue.rb
#enable_batched_operations ⇒ Object
EnableBatchedOperations
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.
205 206 207 |
# File 'lib/azure/service_bus/queue.rb', line 205 def enable_batched_operations to_bool description['EnableBatchedOperations'] end |