Class: Mara::Persistence::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/mara/persistence.rb

Overview

Author:

  • Maddie Schipper

Since:

  • 1.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacityFloat (readonly)

The total consumed capacity for the request.

Returns:

  • (Float)


85
# File 'lib/mara/persistence.rb', line 85

Response = Struct.new(:consumed_capacity, :operation_count)

#operation_countInteger (readonly)

The total number of API calls required to perform the operation.

Returns:

  • (Integer)


85
# File 'lib/mara/persistence.rb', line 85

Response = Struct.new(:consumed_capacity, :operation_count)