Item

A DynamoDB item

Members

Functions

opBinaryRight
inout(Variant)* opBinaryRight(string other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Variant opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
Item set(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
Item set(string key, T[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
unset
Item unset(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

ddbJson
Json ddbJson [@property getter]

Convert the item to a DDB JSON representation

Variables

attrs
Variant[string] attrs;
Undocumented in source.

Meta