ReliableStateManagerReplicatorSettings.MaxAccumulatedBackupLogSizeInMB Property

Definition

Gets or sets the max size for an accumulated backup log across backups. An incremental backup requests will fail if the backup logs generated by the request causes the total amount of logs accumulated including the last full backup to be greater than MaxAccumulatedBackupLogSizeInMB. In such cases, user is required to take a full backup. Default value is 800. The unit is MB.

public int? MaxAccumulatedBackupLogSizeInMB { get; set; }
member this.MaxAccumulatedBackupLogSizeInMB : Nullable<int> with get, set
Public Property MaxAccumulatedBackupLogSizeInMB As Nullable(Of Integer)

Property Value

The max accumulated backup log size in MB.

Applies to