MySQL 9.5.0
Source Code Documentation
mrs::database::entry::ContentFile Struct Reference

#include <content_file.h>

Public Attributes

UniversalId id
 
UniversalId content_set_id
 
std::string request_path
 
bool requires_authentication {false}
 
EnabledType enabled {EnabledType::EnabledType_none}
 
uint64_t size {0}
 
std::optional< std::string > options
 
bool deleted {false}
 

Member Data Documentation

◆ content_set_id

UniversalId mrs::database::entry::ContentFile::content_set_id

◆ deleted

bool mrs::database::entry::ContentFile::deleted {false}

◆ enabled

EnabledType mrs::database::entry::ContentFile::enabled {EnabledType::EnabledType_none}

◆ id

UniversalId mrs::database::entry::ContentFile::id

◆ options

std::optional<std::string> mrs::database::entry::ContentFile::options

◆ request_path

std::string mrs::database::entry::ContentFile::request_path

◆ requires_authentication

bool mrs::database::entry::ContentFile::requires_authentication {false}

◆ size

uint64_t mrs::database::entry::ContentFile::size {0}

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