Skip to content

ArcBufferPage Properties

A page of data.

IsMinimumSize

get
View source
public bool IsMinimumSize
Gets a value indicating whether this page is equal to the minimum page size.

IsValid

get
View source
public bool IsValid
Gets a value indicating whether this page is valid.

Length

get
View source
public int Length
Gets the number of bytes which have been written to the page.

ReadableMemory

get
View source
public ReadOnlyMemory<byte> ReadableMemory
A System.ReadOnlyMemory containing the readable bytes from this page.

ReadableSpan

get
View source
public ReadOnlySpan<byte> ReadableSpan
A System.ReadOnlySpan containing the readable bytes from this page.

WritableSpan

get
View source
public Span<byte> WritableSpan
Gets a span representing the writable memory in the page.

WriteCapacity

get
View source
public int WriteCapacity
Gets the number of bytes in the page which are available for writing.