Class awBulkMutateResult

Description

Represents a result part of a BulkMutateJob.

Once one or more mutate operations have been processed, the bulk mutate job will eventually be completed. This means that the job will have a result corresponding to each operation. The types of results for an operation are:

Located in /classes/cm/BulkMutateResult.php

awComplexObject
   |
   --awBulkMutateResult
Variable Summary
 awOperationStreamResult[] $operationStreamResults
Variables
awOperationStreamResult[] $operationStreamResults

List of {@code OperationStreamResult}'s that comprise this result part of the bulk mutate job. Each operation result is indexed to its corresponding {@code OperationStream} in the BulkMutateRequest.

int $partIndex

The index of this result part; From 0 (inclusive) to numResultParts (exclusive).

mixed $_checkFields = array(
'operationStreamResults' => array(
'objName' => 'awOperationStreamResult',
'type' => 'array'
),)
  • access: public

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Thu, 15 Apr 2010 19:06:12 +0300 by phpDocumentor 1.4.3