ArchiveInitializerSettingsDesiredRemainingSpace Property

The desired number of bytes to leave on the disk after a rollover has completed. Otherwise, pick a different directory or throw an out of disk space exception.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public long DesiredRemainingSpace { get; set; }

Property Value

Int64

Remarks

Value must be between 100MB and 1TB.

See Also