Capacity class

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

Constructors

Capacity({double? capacityUnits, double? readCapacityUnits, double? writeCapacityUnits})
Capacity.fromJson(Map<String, dynamic> json)
factory

Properties

capacityUnits double?
The total number of capacity units consumed on a table or an index.
final
hashCode int
The hash code for this object.
no setterinherited
readCapacityUnits double?
The total number of read capacity units consumed on a table or an index.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeCapacityUnits double?
The total number of write capacity units consumed on a table or an index.
final

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