Represents the triple count statistics for a given commit point

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public interface ICommitPointStats : ICommitPointInfo
Visual Basic
Public Interface ICommitPointStats
	Inherits ICommitPointInfo
Visual C++
public interface class ICommitPointStats : ICommitPointInfo
F#
type ICommitPointStats =  
    interface
        interface ICommitPointInfo
    end

Remarks

This interface inherits all of the basic ICommitPointInfo fields.

See Also