Skip to content

IJsonDocument.BuildRentedMetadataDb Method

Definition

Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll
Source: IJsonDocument.cs

BuildRentedMetadataDb(int, JsonWorkspace, ref byte[])

Builds a rented metadata database for the specified parent document index.

public abstract int BuildRentedMetadataDb(int parentDocumentIndex, JsonWorkspace workspace, ref byte[] rentedBacking)

Parameters

Name Type Description
parentDocumentIndex int The index of the parent document.
workspace JsonWorkspace The JSON workspace.
rentedBacking ref byte[] The rented backing array.

Returns

int

The size of the metadata database.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue