The ICommitPointStats type exposes the following members.

Properties

  NameDescription
Public propertyCommitTime
Get the date/time at which the commit occurred.
(Inherited from ICommitPointInfo.)
Public propertyId
Get the store-unique identifier for the commit point
(Inherited from ICommitPointInfo.)
Public propertyJobId
Get the unique identifier of the job that caused this commit
(Inherited from ICommitPointInfo.)
Public propertyPredicateTripleCount
A dictionary mapping the unique predicate URLs to the count of the number of triples using that predicate in the store at this commit point.
Public propertyStoreName
Get the name of the store that this commit point comes from
(Inherited from ICommitPointInfo.)
Public propertyTotalTripleCount
The total number of triples in the store at this commit point.

See Also