UpdateItemOutput class
Represents the output of an UpdateItem operation.
Constructors
-
UpdateItemOutput({Map<
String, AttributeValue> ? attributes, ConsumedCapacity? consumedCapacity, ItemCollectionMetrics? itemCollectionMetrics}) -
UpdateItemOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, AttributeValue> ? -
A map of attribute values as they appear before or after the
UpdateItemoperation, as determined by theReturnValuesparameter.final - consumedCapacity → ConsumedCapacity?
-
The capacity units consumed by the
UpdateItemoperation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation.ConsumedCapacityis only returned if theReturnConsumedCapacityparameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.final - hashCode → int
-
The hash code for this object.
no setterinherited
- itemCollectionMetrics → ItemCollectionMetrics?
-
Information about item collections, if any, that were affected by the
UpdateItemoperation.ItemCollectionMetricsis only returned if theReturnItemCollectionMetricsparameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited