Class TelemetryFlagCatalog
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
Prefix
The JSON config prefix all keys share.
public static string Prefix { get; }
Property Value
Methods
Children(int)
Indices of the direct children of the node at index, in catalog order.
public static IEnumerable<int> Children(int index)
Parameters
indexint