Edit

JET_SPACEHINTS members

Include protected members
Include inherited members

Describes a column in a table of an ESENT database.

The JET_SPACEHINTS type exposes the following members.

Constructors

  Name Description
Public method JET_SPACEHINTS

Top

Properties

  Name Description
Public property cbInitial Gets or sets the initial size (in bytes).
Public property cbMaxExtent Gets or sets the value that sets the ceiling of ulGrowth. This value is in bytes.
Public property cbMinExtent Gets or sets the value that overrides ulGrowth if too small. This value is in bytes.
Public property grbit Gets or sets the space hints options.
Public property ulGrowth Gets or sets the percent growth from last growth or initial size (possibly rounded to nearest native JET allocation size). Valid values are 0, and [100, 50000).
Public property ulInitialDensity Gets or sets the density at (append) layout.
Public property ulMaintDensity Gets or sets the density at which to maintain.

Top

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.
Public method DeepClone Returns a deep copy of the object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the instance. (Overrides Object.ToString().)

Top

See also

Reference

JET_SPACEHINTS class

Microsoft.Isam.Esent.Interop namespace