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.