AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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 the request asked for it. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.ConsumedCapacity

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ConsumedCapacity : Object

The ConsumedCapacity type exposes the following members

Constructors

NameDescription
Public Method ConsumedCapacity()

Properties

NameTypeDescription
Public Property CapacityUnits System.Double Gets and sets the property CapacityUnits.

The total number of capacity units consumed by the operation.

Public Property GlobalSecondaryIndexes System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.Capacity> Gets and sets the property GlobalSecondaryIndexes.

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

Public Property LocalSecondaryIndexes System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.Capacity> Gets and sets the property LocalSecondaryIndexes.

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

Public Property Table Amazon.DynamoDBv2.Model.Capacity Gets and sets the property Table.

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

Public Property TableName System.String Gets and sets the property TableName.

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

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8