ReliableStateManagerReplicatorSettings2.CopyBatchSizeInKB 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.
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)