Class TransactionProcessingSummary
Inheritance
System.Object
TransactionProcessingSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.StagingTables
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class TransactionProcessingSummary
Properties
View SourceTotalRowsInserted
Declaration
[DataMember(IsRequired = true)]
public int TotalRowsInserted { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRowsNotProcessed
Declaration
[DataMember(IsRequired = true)]
public int TotalRowsNotProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRowsProcessed
Declaration
[DataMember(IsRequired = true)]
public int TotalRowsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalRowsWithErrors
Declaration
[DataMember(IsRequired = true)]
public int TotalRowsWithErrors { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |