Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::mifid2::SourceFileEntry Struct Reference

Source file manifest entry for audit trail. More...

#include <compliance_types.hpp>

Public Attributes

std::string file_path
 Path to the source Parquet file.
 
std::string file_hash
 SHA-256 hash of the file.
 
int64_t file_size = 0
 File size in bytes.
 
int64_t records_consumed = 0
 Number of records consumed from this file.
 
int64_t processed_ns = 0
 When the file was processed.
 

Detailed Description

Source file manifest entry for audit trail.

Definition at line 1290 of file compliance_types.hpp.

Member Data Documentation

◆ file_hash

std::string signet::forge::mifid2::SourceFileEntry::file_hash

SHA-256 hash of the file.

Definition at line 1292 of file compliance_types.hpp.

◆ file_path

std::string signet::forge::mifid2::SourceFileEntry::file_path

Path to the source Parquet file.

Definition at line 1291 of file compliance_types.hpp.

◆ file_size

int64_t signet::forge::mifid2::SourceFileEntry::file_size = 0

File size in bytes.

Definition at line 1293 of file compliance_types.hpp.

◆ processed_ns

int64_t signet::forge::mifid2::SourceFileEntry::processed_ns = 0

When the file was processed.

Definition at line 1295 of file compliance_types.hpp.

◆ records_consumed

int64_t signet::forge::mifid2::SourceFileEntry::records_consumed = 0

Number of records consumed from this file.

Definition at line 1294 of file compliance_types.hpp.


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