ReliableStateManagerReplicatorSettings2.CopyBatchSizeInKB Property

Definition

Controls the size of copy log message that is used in building a replica. Higher value will copy more log records in each message. Default value is 0 which means copy one log record at a time.

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

Property Value

Applies to