fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::BackupOptions::BackupFileSpec Struct Referencefinal
Collaboration diagram for fbcpp::BackupOptions::BackupFileSpec:

Public Attributes

std::string path
 
std::optional< std::uint64_t > length
 

Detailed Description

Definition at line 47 of file BackupManager.h.

Member Data Documentation

◆ length

std::optional<std::uint64_t> fbcpp::BackupOptions::BackupFileSpec::length

Definition at line 50 of file BackupManager.h.

◆ path

std::string fbcpp::BackupOptions::BackupFileSpec::path

Definition at line 49 of file BackupManager.h.


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