AttributeValue Implicit Conversion Operators
Include Protected Members
Include Inherited Members
Creates an attribute value from the specified tuple object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Implicit(Tuple<Tuple<String, Int32>, Tuple<Object, Int32>, Boolean> to AttributeValue) | Creates an attribute value from the specified tuple object. | |
Implicit(Tuple<Tuple<String, Int32>, Tuple<String, Int32>, Boolean> to AttributeValue) | Creates an attribute value from the specified tuple object. |
Top