new ObjectNotFound(consumedCapacity)
Parameters:
Name | Type | Description |
---|---|---|
consumedCapacity | Object | The consumed capacity for the operation. |
- Source
Methods
exists() → {boolean}
Returns false, since the object was not found.
- Source
Returns:
False.
- Type:
- boolean
getNumericConsumedCapacity(type, includeRelatedopt) → {number}
Returns the numeric consumed capacity for the operation. For compatibility this method supports an includeRelated parameter, but it is ignored, since there are no related objects to consider.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
type | string | The type of operation. | ||
includeRelated | boolean | <optional> | false | Whether to include related capacity. |
- Source
Returns:
The numeric consumed capacity.
- Type:
- number