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