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

#include <startup_config.h>

Public Member Functions

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

Public Attributes

bool enabled = false
 
size_t max_attempts = 3
 
ccf::ds::TimeString retry_interval = {"1000ms"}
 
std::string target_rpc_interface = ccf::PRIMARY_RPC_INTERFACE
 
ccf::ds::SizeString max_size = {"200MB"}
 

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ enabled

bool ccf::CCFConfig::Snapshots::BackupFetch::enabled = false

◆ max_attempts

size_t ccf::CCFConfig::Snapshots::BackupFetch::max_attempts = 3

◆ max_size

ccf::ds::SizeString ccf::CCFConfig::Snapshots::BackupFetch::max_size = {"200MB"}

◆ retry_interval

ccf::ds::TimeString ccf::CCFConfig::Snapshots::BackupFetch::retry_interval = {"1000ms"}

◆ target_rpc_interface

std::string ccf::CCFConfig::Snapshots::BackupFetch::target_rpc_interface = ccf::PRIMARY_RPC_INTERFACE

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