Table of Contents

Class Capacity

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the amount of provisioned throughput capacity consumed on a table or an index.

public class Capacity
Inheritance
Capacity
Inherited Members

Constructors

Capacity()

public Capacity()

Properties

CapacityUnits

Gets and sets the property CapacityUnits.

The total number of capacity units consumed on a table or an index.

public double CapacityUnits { get; set; }

Property Value

double

ReadCapacityUnits

Gets and sets the property ReadCapacityUnits.

The total number of read capacity units consumed on a table or an index.

public double ReadCapacityUnits { get; set; }

Property Value

double

WriteCapacityUnits

Gets and sets the property WriteCapacityUnits.

The total number of write capacity units consumed on a table or an index.

public double WriteCapacityUnits { get; set; }

Property Value

double