PageSegment
struct
Namespace: Orleans.Serialization.Buffers
Defines a region of data within a page.
public readonly struct PageSegmentConstructors
PageSegment(ArcBufferPage, int, int)Defines a region of data within a page.
Properties
ArraySegmentGets anSystem.ArraySegmentrepresentation of this region.MemoryGets aSystem.ReadOnlyMemoryrepresentation of this region.SpanGets aSystem.ReadOnlySpanrepresentation of this region.
