API Reference
Class
UsageEventUpsertResult
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.
Returned or exposed by
- Method InMemoryUsageEventStore.Upsert
- Method IUsageEventStore.Upsert
- Method SqliteUsageEventStore.Upsert
Constructors
public UsageEventUpsertResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.