Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getEventTime
Method
getEventTime
libminifi/src/core/FlowFile.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
return entry_date_;
132
}
133
uint64_t FlowFile::getEventTime() const {
134
return event_time_;
135
}
136
// ! Get Lineage Start Date
137
uint64_t FlowFile::getlineageStartDate() const {
138
return lineage_start_date_;
Callers
1
getJsonReport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected