Class Bundle
- Namespace
- Rego
- Assembly
- Rego.dll
Encapsulates a Rego bundle, which contains compiled virtual documents and execution plans, the base documents merged into a single JSON hierarchy, and assorted metadata, including the original module files.
public class Bundle
- Inheritance
-
Bundle
- Inherited Members
Properties
Handle
The underlying pointer in the native library.
public RegoBundleHandle Handle { get; }
Property Value
Node
Node representing the bundle. This is null if the bundle was loaded from a binary file.
public Node? Node { get; }
Property Value
Ok
Whether the bundle is in a valid state.
public bool Ok { get; }