Class ErrorCount
Provides error count per table
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Kdb.Instrumentation
Assembly: Azos.Sky.dll
Syntax
[Serializable]
[BSONSerializable("B01A6C89-B9E4-47DE-ACC7-AC8BC4A6163D")]
public class ErrorCount : KdbLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IDatabaseInstrument, IOperationClass, IErrorInstrument, IProblemClass, IInstrumentClass
Constructors
ErrorCount(String, Int64)
Declaration
public ErrorCount(string tbl, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | tbl | |
System.Int64 | value |
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ValueUnitName
Declaration
public override string ValueUnitName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |