Table of Contents

Class TelemetryFlagCatalog

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

The generated, in-memory catalog of every telemetry flag (source of truth: telemetry-flags.jsonc).

public static class TelemetryFlagCatalog
Inheritance
TelemetryFlagCatalog
Inherited Members

Properties

All

All flag descriptors in depth-first (parent-before-child) order.

public static IReadOnlyList<TelemetryFlagDescriptor> All { get; }

Property Value

IReadOnlyList<TelemetryFlagDescriptor>

Prefix

The JSON config prefix all keys share.

public static string Prefix { get; }

Property Value

string

Methods

Children(int)

Indices of the direct children of the node at index, in catalog order.

public static IEnumerable<int> Children(int index)

Parameters

index int

Returns

IEnumerable<int>