CombineFilesSettingsCombineOnFileSize Property
The size at which to create a rolled over file.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public long CombineOnFileSize { get; set; }
Public Property CombineOnFileSize As Long
Get
Set
public:
property long long CombineOnFileSize {
long long get ();
void set (long long value);
}
function get_CombineOnFileSize();
function set_CombineOnFileSize(value);
Property Value
Int64
Must be between 1MB and 100GB.