ReplicatorSettings.ReplicationBatchSendInterval 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.
Gets or sets the amount of time that the replicator waits after receiving an operation before force sending a batch.
public TimeSpan? ReplicationBatchSendInterval { get; set; }
member this.ReplicationBatchSendInterval : Nullable<TimeSpan> with get, set
Public Property ReplicationBatchSendInterval As Nullable(Of TimeSpan)
Property Value
The amount of time that the replicator waits after receiving an operation before sending a batch.
Remarks
If ReplicationBatchSize operations has not been reached, the batch will be sent after this interval Increasing the ReplicationBatchSendInterval value decreases latency of individual replication Default value is 0.015 Seconds (15 milliseconds)
Applies to
Azure SDK for .NET