Class PutCount
Provides put 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("0E47D988-22C6-438B-8451-6C23ED681D30")]
public class PutCount : KdbLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IDatabaseInstrument, IOperationClass, IInstrumentClass
Constructors
PutCount(String, Int64)
Declaration
public PutCount(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 |