11#ifndef ROOT_RSNAPSHOTOPTIONS
12#define ROOT_RSNAPSHOTOPTIONS
basic_string_view< char > string_view
@ kZLIB
Deprecated name, do not use:
A collection of options to steer the creation of the dataset on file.
RSnapshotOptions()=default
int fAutoFlush
AutoFlush value for output tree.
std::string fMode
Mode of creation of output file.
RSnapshotOptions(const RSnapshotOptions &)=default
ECAlgo fCompressionAlgorithm
Compression algorithm of output file.
RSnapshotOptions(std::string_view mode, ECAlgo comprAlgo, int comprLevel, int autoFlush, int splitLevel, bool lazy)
int fSplitLevel
Split level of output tree.
RSnapshotOptions(RSnapshotOptions &&)=default
bool fLazy
Delay the snapshot of the dataset.
int fCompressionLevel
Compression level of output file.