ark::awlog::ChannelManifest

Defined in header “ark/awlog/manifest.hh”.


Manifest about a particular channel (containing name and type information).

Variables

  • std::string type_identifier
    The type identifier of this object.

  • std::string schema_registry
    The schema registry of the object, containing everything necessary to reconstruct this data.

  • uint64_t objects_written= 0
    Count of objects written.

  • uint64_t uncompressed_size= 0
    Total size (in uncompressed bytes) of objects written.

  • std::chrono::steady_clock::time_point minimum_time
    Time of the first message in this channel.

  • std::chrono::steady_clock::time_point maximum_time
    Time for the last message in this channel.