Preparing search index...
The search index is not available
@karmaniverous/entity-client-dynamodb
@karmaniverous/entity-client-dynamodb
index
QueryConditionBeginsWith
Interface QueryConditionBeginsWith
Protected
Query condition for the
begins_with
operator.
interface
QueryConditionBeginsWith
{
operator
:
"begins_with"
;
property
:
string
;
value
?:
string
;
}
Hierarchy (
view full
)
QueryCondition
QueryConditionBeginsWith
Index
Properties
operator
property
value?
Properties
operator
operator
property
property
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
operator
property
value
@karmaniverous/entity-client-dynamodb
Loading...
Query condition for the
begins_with
operator.