Index in the offset table where the record can be found.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public ushort Index { get; set; }
Visual Basic (Declaration)
Public Property Index As UShort
Visual C++
public:
property unsigned short Index {
	unsigned short get ();
	void set (unsigned short value);
}

See Also