Gets the commit point identififier that the statistics relate to
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
ulong CommitId { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property CommitId As ULong Get  | 
| Visual C++ | 
|---|
property unsigned long long CommitId { unsigned long long get (); }  | 
| F# | 
|---|
abstract CommitId : uint64 with get  |