BatchRecord
in package
BatchRecord
BatchRecord encasulates the Batch key and record result.
Table of Contents
Properties
Methods
- getKey() : Key|null
- Key.
- getRecord() : Record|null
- Record result after batch command has completed. Will be nil if record was not found or an error occurred. See ResultCode.
Properties
$key
public
mixed
$key
$record
public
mixed
$record
Methods
getKey()
Key.
public
getKey() : Key|null
Return values
Key|nullgetRecord()
Record result after batch command has completed. Will be nil if record was not found or an error occurred. See ResultCode.
public
getRecord() : Record|null