ReliableStateManagerReplicatorSettings.MaxAccumulatedBackupLogSizeInMB 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 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.