C# Class Microsoft.Isam.Esent.Interop.NATIVE_OBJECTINFO

Show file Open project: ayende/managed-esent Class Usage Examples

Public Properties

Property Type Description
cPage uint
cRecord uint
cbStruct uint
flags uint
grbit uint
ignored1 double
ignored2 double
objtyp uint

Property Details

cPage public property

Number of pages used by the table.
public uint cPage
return uint

cRecord public property

Number of records in the table.
public uint cRecord
return uint

cbStruct public property

Size of the structure.
public uint cbStruct
return uint

flags public property

Table type flags.
public uint flags
return uint

grbit public property

A group of bits that contain table options.
public uint grbit
return uint

ignored1 public property

Obsolete. Do not use.
public double ignored1
return double

ignored2 public property

Obsolete. Do not use.
public double ignored2
return double

objtyp public property

Holds the JET_OBJTYP of the structure. Currently only tables will be returned (that is, JET_objtyp.Table.
public uint objtyp
return uint