GetTransactionId
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the transaction ID in the FlowMsg message. The transaction ID starts from 1, and is incremented by 1 each time a batch of data is fed. This function can be used to identify the ID of the data batch.
Prototype
1 | virtual uint64_t GetTransactionId() const |
Command-Line Options
None
Returns
Transaction ID.
Troubleshooting
None
Constraints
None
Parent topic: Class FlowMsg