Returns the number of data records in this Message.
Returns the number of data records in this Message.
the count of data records
Gets the export time of the message, as a number of milliseconds since 1970-01-01T00:00:00.
Gets the export time of the message, as a number of milliseconds since 1970-01-01T00:00:00.
export time in milliseconds
Gets the export time of the message, as a number of seconds since 1970-01-01T00:00:00.
Gets the export time of the message, as a number of seconds since 1970-01-01T00:00:00.
export time in seconds
Gets the export time of the message.
Gets the export time of the message.
message export time
Gets the observation domain identifier associated with the message.
Gets the observation domain identifier associated with the message.
the observation domain id
Gets the sequence number of the message.
Gets the sequence number of the message. The sequence number is unique per domain, and is the complete number of data records that have been sent in the session prior to this message. It can be used to calculate statistics about missing data records.
the sequence number
Returns a session that can be used to interpret template ids in this message.
Returns a session that can be used to interpret template ids in this message.
the session associated with this message
An IPFIX stream consists of Messages, which contain Sets (represented by the IpfixSet class). The Message trait exposes data that applies to all Sets and Records within that Message.
A message is collected as part of a Session.