Get the store-unique identifier for the commit point

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

Syntax

C#
ulong Id { get; }
Visual Basic
ReadOnly Property Id As ULong
	Get
Visual C++
property unsigned long long Id {
	unsigned long long get ();
}
F#
abstract Id : uint64 with get

Property Value

Type: UInt64

See Also