PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::storage::tier_statistics Struct Reference

Statistics for a single storage tier. More...

#include <hsm_types.h>

Collaboration diagram for kcenon::pacs::storage::tier_statistics:
Collaboration graph

Public Attributes

std::size_t instance_count {0}
 Number of instances in this tier.
 
std::size_t total_bytes {0}
 Total bytes stored in this tier.
 
std::size_t study_count {0}
 Number of unique studies in this tier.
 
std::size_t series_count {0}
 Number of unique series in this tier.
 

Detailed Description

Statistics for a single storage tier.

Definition at line 265 of file hsm_types.h.

Member Data Documentation

◆ instance_count

std::size_t kcenon::pacs::storage::tier_statistics::instance_count {0}

◆ series_count

std::size_t kcenon::pacs::storage::tier_statistics::series_count {0}

Number of unique series in this tier.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/storage/hsm_types.h.

Definition at line 276 of file hsm_types.h.

276{0};

◆ study_count

std::size_t kcenon::pacs::storage::tier_statistics::study_count {0}

Number of unique studies in this tier.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/storage/hsm_types.h.

Definition at line 273 of file hsm_types.h.

273{0};

◆ total_bytes

std::size_t kcenon::pacs::storage::tier_statistics::total_bytes {0}

Total bytes stored in this tier.

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/storage/hsm_types.h.

Definition at line 270 of file hsm_types.h.

270{0};

Referenced by kcenon::pacs::storage::hsm_statistics::total_bytes().


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