Skip to content

JsonLinesJournalFormat

class

Namespace: Orleans.Journaling.Json

Encodes journal entries as UTF-8 JSON Lines and replays complete records in order.
public sealed class JsonLinesJournalFormat : IJournalFormat

Constructors

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

Fields