@patternmeshjs/core
Preparing search index...
ConsumedCapacity
Interface ConsumedCapacity
interface
ConsumedCapacity
{
capacityUnits
?:
number
;
globalSecondaryIndexes
?:
Record
<
string
,
{
capacityUnits
?:
number
}
>
;
localSecondaryIndexes
?:
Record
<
string
,
{
capacityUnits
?:
number
}
>
;
table
?:
{
capacityUnits
?:
number
}
;
tableName
?:
string
;
}
Index
Properties
capacity
Units?
global
Secondary
Indexes?
local
Secondary
Indexes?
table?
table
Name?
Properties
Optional
Readonly
capacity
Units
capacityUnits
?:
number
Optional
Readonly
global
Secondary
Indexes
globalSecondaryIndexes
?:
Record
<
string
,
{
capacityUnits
?:
number
}
>
Optional
Readonly
local
Secondary
Indexes
localSecondaryIndexes
?:
Record
<
string
,
{
capacityUnits
?:
number
}
>
Optional
Readonly
table
table
?:
{
capacityUnits
?:
number
}
Optional
Readonly
table
Name
tableName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capacity
Units
global
Secondary
Indexes
local
Secondary
Indexes
table
table
Name
@patternmeshjs/core
Loading...