DB2 Version 9.7 for Linux, UNIX, and Windows

db2ACS_MetaData DB2 Advanced Copy Services (ACS) API data structure

db2ACS_MetaData stores snapshot backup meta data.

/* ==========================================================================
 * The metadata structure itself is internal to DB2 and is to be treated by
 * the storage interface as an unstructured block of data of the given size.
 * ========================================================================== */
typedef struct db2ACS_MetaData
{
   db2Uint64                  size;
   void                     * data;
} db2ACS_MetaData;
size
Data type: db2Uint32.

Size of data, in bytes.

data
Data type: void *.

A pointer to a block of memory that the database manager uses to store snapshot backup metadata.