get_transaction_id
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the transaction ID in FlowMsg. 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 | get_transaction_id(self) -> int |
Parameters
None
Returns
Transaction ID
Exception Handling
None
Constraints
None
Parent topic: Class FlowMsg