Structure to store read job data. More...
#include <clCorMetaData.h>
Public Attributes | |
| ClUint32T | numOfAttrDesc |
| Number of job attribute descriptors. | |
| ClCorObjectHandleT * | objHandle |
| Pointer to the object handle. More... | |
| ClCorOpsT | opType |
| Operation type which will take one of the following: CL_COR_OP_CREATE, CL_COR_OP_SET, CL_COR_OP_GET, CL_COR_OP_DELETE. | |
| ClCorAttrValueDescriptorPtrT | pAttrDesc |
| Array of attribute descriptors. | |
| ClCorMOIdPtrT | pMoId |
| Pointer to the MOID. | |
Structure to store read job data.
This will be used while doing bulk get.
| ClCorObjectHandleT* ClCorJobDescriptor::objHandle |
Pointer to the object handle.
For create operation it will store the object handle of the object created. For set/get/delete operation it will store the handle to the object on which operation need to be done.