SimplifiedArchiveInitializerSettingsDesiredRemainingSpace 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.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public long DesiredRemainingSpace { get; set; }
Public Property DesiredRemainingSpace As Long
Get
Set
public:
property long long DesiredRemainingSpace {
long long get ();
void set (long long value);
}
function get_DesiredRemainingSpace();
function set_DesiredRemainingSpace(value);
Property Value
Int64
Value must be between 100MB and 1TB.