IntelligenceX

API Reference

Class

UsageEventUpsertResult

Namespace IntelligenceX.Telemetry.Usage
Assembly IntelligenceX
Modifiers sealed

Describes the outcome of a usage-event upsert.

Inheritance

  • Object
  • UsageEventUpsertResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public UsageEventUpsertResult() #

Properties

public String CanonicalEventId { get; set; } #

Gets or sets the canonical event identifier retained by the store.

public Boolean Inserted { get; set; } #

Gets or sets a value indicating whether a new canonical event was inserted.

public Boolean Updated { get; set; } #

Gets or sets a value indicating whether an existing event was updated by merge.