IntelligenceX

API Reference

Class

UsageTelemetryScopeSummary

Namespace IntelligenceX.Telemetry.Usage
Assembly IntelligenceX
Modifiers sealed

Plain-language local-vs-online scope explanation for provider telemetry.

Inheritance

  • Object
  • UsageTelemetryScopeSummary

Constructors

public UsageTelemetryScopeSummary(String localScopeText, String onlineScopeText, String differenceText) #

Initializes a new scope summary.

Parameters

localScopeText System.String requiredposition: 0
onlineScopeText System.String requiredposition: 1
differenceText System.String requiredposition: 2

Properties

public String LocalScopeText { get; } #

Gets the local telemetry scope text.

public String OnlineScopeText { get; } #

Gets the online/live account scope text.

public String DifferenceText { get; } #

Gets the provider-specific explanation for why local and online views can differ.

public Boolean HasAnyText { get; } #

Gets a value indicating whether any scope text is available.