Preparing search index...
The search index is not available
@karmaniverous/entity-client-dynamodb
@karmaniverous/entity-client-dynamodb
index
GetDocumentQueryArgsParams
Interface GetDocumentQueryArgsParams<C>
interface
GetDocumentQueryArgsParams
<
C
>
{
hashKey
:
string
;
hashKeyToken
:
C
[
"HashKey"
]
|
C
[
"ShardedKeys"
]
;
indexParamsMap
:
Record
<
string
,
IndexParams
>
;
indexToken
:
string
;
pageKey
?:
PageKey
<
C
>
;
pageSize
?:
number
;
tableName
:
string
;
}
Type Parameters
C
extends
BaseConfigMap
Index
Properties
hash
Key
hash
Key
Token
index
Params
Map
index
Token
page
Key?
page
Size?
table
Name
Properties
hash
Key
hash
Key
:
string
hash
Key
Token
hash
Key
Token
:
C
[
"HashKey"
]
|
C
[
"ShardedKeys"
]
index
Params
Map
index
Params
Map
:
Record
<
string
,
IndexParams
>
index
Token
index
Token
:
string
Optional
page
Key
page
Key
?:
PageKey
<
C
>
Optional
page
Size
page
Size
?:
number
table
Name
table
Name
:
string
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
hash
Key
hash
Key
Token
index
Params
Map
index
Token
page
Key
page
Size
table
Name
@karmaniverous/entity-client-dynamodb
Loading...