db2ACS_GroupList Db2 Advanced Copy Services (ACS) API data structure
db2ACS_GroupList contains
a list of groups to be included in the snapshot backup operation.
/* ==========================================================================
* Snapshot Group List
*
* This is an array of size 'numGroupIDs', indicating the set of groups that
* are to be included in the snapshot operation.
* ========================================================================== */
typedef struct db2ACS_GroupList
{
db2Uint32 numGroupIDs;
db2Uint32 * id;
} db2ACS_GroupList;
- numGroupIDs
- Data type:
db2Uint32.Number of groups in the array id.
- id
- Data type:
db2Uint32 *.An array of group identifiers. The groups identified are the groups (or lists of paths) to be included in the snapshot backup operation.