AWS SDK for .NET Documentation
ConsumedCapacity Class
AmazonAmazon.DynamoDBv2.ModelConsumedCapacity Did this page help you?   Yes   No    Tell us about it...

Represents the capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

Declaration Syntax
C#
public class ConsumedCapacity
Members
All MembersConstructorsMethodsProperties



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

CapacityUnits
The total number of capacity units consumed by the operation.

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.)
GlobalSecondaryIndexes
The amount of throughput consumed on each global index affected by the operation.

LocalSecondaryIndexes
The amount of throughput consumed on each local index affected by the operation.

Table
The amount of throughput consumed on the table affected by the operation.

TableName
The name of the table that was affected by the operation.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCapacityUnits(Double) Obsolete.
Sets the CapacityUnits property

WithGlobalSecondaryIndexes(array<KeyValuePair<(Of <<'(String, Capacity>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the GlobalSecondaryIndexes dictionary.

WithLocalSecondaryIndexes(array<KeyValuePair<(Of <<'(String, Capacity>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the LocalSecondaryIndexes dictionary.

WithTable(Capacity) Obsolete.
Sets the Table property

WithTableName(String) Obsolete.
Sets the TableName property

Inheritance Hierarchy
Object
ConsumedCapacity

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