Skip to content

IJournalFormat

interface

Namespace: Orleans.Journaling

Reads and writes the physical byte format used to persist state journal entries.
public interface IJournalFormat

Remarks

A journal format owns physical framing for entries. Durable state codecs write only the payload for a single entry.

Properties

  • FormatKey Gets the key which identifies this journal format in storage metadata and keyed service registration.
  • MimeType Gets the MIME type for journal storage written with this format, or null to use the storage provider's default.

Methods