Interface ITransactionMetrics
Transaction metrics, shared across all caches.
Namespace: Apache.Ignite.Core.Transactions
Assembly: Apache.Ignite.Core.dll
Syntax
public interface ITransactionMetricsProperties
CommitTime
Gets the last time transaction was committed.
Declaration
DateTime CommitTime { get; }Property Value
| Type | Description | 
|---|---|
| DateTime | 
RollbackTime
Gets the last time transaction was rolled back.
Declaration
DateTime RollbackTime { get; }Property Value
| Type | Description | 
|---|---|
| DateTime | 
TxCommits
Gets the total number of transaction commits.
Declaration
int TxCommits { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TxRollbacks
Gets the total number of transaction rollbacks.
Declaration
int TxRollbacks { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 |