CombineFilesSettingsCombineOnFileCount Property
The number of files with the specified
MatchFlag
before they will be combined.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int CombineOnFileCount { get; set; }
Public Property CombineOnFileCount As Integer
Get
Set
public:
property int CombineOnFileCount {
int get ();
void set (int value);
}
function get_CombineOnFileCount();
function set_CombineOnFileCount(value);
Property Value
Int32
Must be between 2 and 1000.