Class E087_TreeCleanup

Assembly: redb.Examples.dll

Cleanup existing tree data before E088/E089 tests.
Run this before E088 or E089 to ensure clean state.
Uses DeleteWithPurgeAsync for permanent removal.

[ExampleMeta("E087", "Tree Cleanup - Remove All", "Trees", ExampleTier.Free, 1, new string[] { "Tree", "Cleanup", "DeleteWithPurgeAsync", "Pro" }, Order = 87)]
public class E087_TreeCleanup : ExampleBase

Inheritance

ObjectExampleBaseE087_TreeCleanup

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)