Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

Changing default properties

When a table handle is allocated by ctdbAllocTable(), the table properties are set to default values. Developers using the c-treeDB API API may need to change the default value of the table properties to suit the design requirements of their applications.

The following table properties may be changed after allocating the table handle, but before creating the table with ctdbCreateTable():

  • Path
  • Data file extension
  • Index file extension
  • Password
  • Group ID
  • Permission Mask
  • Default Data Extent Size
  • Default Index Extent Size
  • Field padding

Refer to Table Properties for more information on the table properties.

TOCIndex