VDSF
Menu

vdsObjStatus Struct Reference

#include <vdsCommon.h>


Detailed Description

This data structure is used to retrieve the status of objects.


Data Fields

vdsObjectType type
 The object type.
int status
 Status (created but not committed, etc.
size_t numBlocks
 The number of blocks allocated to this object.
size_t numBlockGroup
 The number of groups of blocks allocated to this object.
size_t numDataItem
 The number of data items in thisa object.
size_t freeBytes
 The amount of free space available in the blocks allocated to this object.
size_t maxDataLength
 Maximum data length (in bytes).
size_t maxKeyLength
 Maximum key length (in bytes) if keys are supported - zero otherwise.


Field Documentation

The amount of free space available in the blocks allocated to this object.

Maximum data length (in bytes).

Maximum key length (in bytes) if keys are supported - zero otherwise.

The number of groups of blocks allocated to this object.

The number of blocks allocated to this object.

The number of data items in thisa object.

Status (created but not committed, etc.

) - not used in version 0.1


The documentation for this struct was generated from the following file:

Last updated on April 07, 2008.