BatchUDF Fields

Fields

argBytes Wire protocol bytes for function args. For internal use only.
functionArgs Optional arguments to lua function.
functionName Lua function name.
hasWrite Does this command contain a write operation. For internal use only.
(Inherited from BatchRecord)
inDoubt Is it possible that the write transaction may have completed even though an error occurred for this record. This may be the case when a client error occurs (like timeout) after the command was sent to the server.
(Inherited from BatchRecord)
key Key.
(Inherited from BatchRecord)
packageName Package or lua module name.
policy Optional UDF policy.
record Record result after batch command has completed. Will be null if record was not found or an error occurred. See resultCode.
(Inherited from BatchRecord)
resultCode Result code for this returned record. See ResultCode. If not OK, the record will be null.
(Inherited from BatchRecord)

See Also