Table of Contents

Class TagMigrationResult

Namespace
Opossum.Core
Assembly
Opossum.dll
public record TagMigrationResult : IEquatable<TagMigrationResult>
Inheritance
TagMigrationResult
Implements
Inherited Members

Constructors

TagMigrationResult(int, int)

public TagMigrationResult(int TagsAdded, int EventsProcessed)

Parameters

TagsAdded int

Total number of individual tag entries written to the store and its indices.

EventsProcessed int

Number of events of the requested type that were examined.

Properties

EventsProcessed

Number of events of the requested type that were examined.

public int EventsProcessed { get; init; }

Property Value

int

TagsAdded

Total number of individual tag entries written to the store and its indices.

public int TagsAdded { get; init; }

Property Value

int