|
msiVerifyDataType |
( |
msParam_t * |
collinp, |
|
|
msParam_t * |
datatypeinp, |
|
|
msParam_t * |
bufout, |
|
|
msParam_t * |
statout, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice checks if files in a given collection are of a given data type(s).
- Deprecated:
- Since 3.0, the integrityChecks module microservices have been reproduced using rules. These microservices only handled 256 files per collection. The example rules handle an arbitrary number of files.
- Module:
- integrityChecks
- Since:
- pre-2.1
- Author:
- Susan Lindsey
- Date:
- August 2008
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | collinp | - a STR_MS_T containing the collection's name |
[in] | datatypeinp | - a STR_MS_T containing the comma delimited datatype list |
[out] | bufout | - a STR_MS_T containing the output string |
[out] | statout | - the returned status |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 851 of file integrityChecksMS.c.
|