Table

A DynamoDB table

Constructors

this
this(string name, DynamoDB client)
Undocumented in source.

Members

Functions

del
void del(string hashKey, T hashValue)
Undocumented in source. Be warned that the author may not have intended to support it.
del
void del(string hashKey, T hashValue, string rangeKey, U rangeValue)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Item get(string hashKey, T hashValue)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Item get(string hashKey, T hashValue, string rangeKey, U rangeValue)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Item item)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Item item, string conditionExpression, Item attributeValues)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.

Meta