DB2 Version 9.7 for Linux, UNIX, and Windows

db2ACS_PartitionList DB2 Advanced Copy Services (ACS) API data structure

db2ACS_PartitionList contains information about the database partitions that are in the database and that are involved in a DB2® ACS operation.

typedef struct db2ACS_PartitionList
{
   db2Uint64                  numPartsInDB;
   db2Uint64                  numPartsInOperation;
   db2ACS_PartitionEntry    * partition;
} db2ACS_PartitionList;
numPartsInDB
Data type: db2Uint64.

The number of database partitions in the database.

numPartsInOperation
Data type: db2Uint64.

The number of database partitions involved in the DB2 ACS operation.

partition
Data type: db2ACS_PartitionEntry *.

db2ACS_PartitionEntry is an element of a db2ACS_PartitionList.