Skip to content

JournalBufferReader

struct

Namespace: Orleans.Journaling

Provides access to buffered journal data read from storage.
public readonly struct JournalBufferReader

Remarks

Instances are temporary cursors over pooled buffer pages and must not be retained beyond the synchronous call which supplied them.

Constructors

Properties

  • IsCompleted Gets a value indicating whether no more data will be appended to this buffer.
  • Length Gets the number of unread bytes.

Methods