CCF
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
ccf::CCFConfig::Snapshots Struct Reference

#include <startup_config.h>

Classes

struct  BackupFetch
 

Public Member Functions

bool operator== (const Snapshots &) const =default
 

Public Attributes

std::string directory = "snapshots"
 
size_t tx_count = 10'000
 
size_t min_tx_count = 2
 
ccf::ds::TimeString time_interval = {"0s"}
 
std::optional< std::string > read_only_directory = std::nullopt
 
BackupFetch backup_fetch = {}
 

Member Function Documentation

◆ operator==()

bool ccf::CCFConfig::Snapshots::operator== ( const Snapshots ) const
default

Member Data Documentation

◆ backup_fetch

BackupFetch ccf::CCFConfig::Snapshots::backup_fetch = {}

◆ directory

std::string ccf::CCFConfig::Snapshots::directory = "snapshots"

◆ min_tx_count

size_t ccf::CCFConfig::Snapshots::min_tx_count = 2

◆ read_only_directory

std::optional<std::string> ccf::CCFConfig::Snapshots::read_only_directory = std::nullopt

◆ time_interval

ccf::ds::TimeString ccf::CCFConfig::Snapshots::time_interval = {"0s"}

◆ tx_count

size_t ccf::CCFConfig::Snapshots::tx_count = 10'000

The documentation for this struct was generated from the following file: