IntelligenceX

API Reference

Enum

UsageSourceKind

Namespace IntelligenceX.Telemetry.Usage
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies how usage was obtained.

Inheritance

  • Enum
  • UsageSourceKind

Values

public const UsageSourceKind LocalLogs #

Usage was imported from local files on the current machine.

Value: 0
public const UsageSourceKind RecoveredFolder #

Usage was imported from a recovered or migrated folder.

Value: 1
public const UsageSourceKind CliProbe #

Usage was collected by probing a CLI or local command.

Value: 2
public const UsageSourceKind OAuthApi #

Usage was imported from an authenticated OAuth-backed API.

Value: 3
public const UsageSourceKind WebSession #

Usage was imported from an authenticated web session.

Value: 4
public const UsageSourceKind CompatibleApi #

Usage was imported from an OpenAI-compatible or Anthropic-compatible API.

Value: 5
public const UsageSourceKind InternalIx #

Usage was emitted by an IntelligenceX-owned feature.

Value: 6