Skip to content

PageSegment

struct

Namespace: Orleans.Serialization.Buffers

Defines a region of data within a page.
public readonly struct PageSegment

Constructors

Properties

  • ArraySegment Gets an System.ArraySegment representation of this region.
  • Memory Gets a System.ReadOnlyMemory representation of this region.
  • Span Gets a System.ReadOnlySpan representation of this region.

Fields

  • Length Gets the length of this region.
  • Offset Gets the offset into the page at which this region begins.
  • Page Gets the page which this segment refers to.