AWS SDK for .NET Documentation
UpdateItemResult Class
AmazonAmazon.DynamoDB.ModelUpdateItemResult Did this page help you?   Yes   No    Tell us about it...
Update Item Result
Declaration Syntax
C#
public class UpdateItemResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateItemResult()()()()
Initializes a new instance of the UpdateItemResult class

Attributes
A map of attribute name-value pairs, but only if the ReturnValues parameter is specified as something other than NONE in the request.

ConsumedCapacityUnits
The number of Capacity Units of the provisioned throughput of the table consumed during the operation. GetItem, BatchGetItem, BatchWriteItem, Query, and Scan operations consume ReadCapacityUnits, while PutItem, UpdateItem, and DeleteItem operations consume WriteCapacityUnits.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttributes(array<KeyValuePair<(Of <<'(String, AttributeValue>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the Attributes dictionary.

WithConsumedCapacityUnits(Double) Obsolete.
Sets the ConsumedCapacityUnits property

Inheritance Hierarchy
Object
UpdateItemResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)