@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface QueryConditionBeginsWithProtected

    Query condition for the begins_with operator.

    interface QueryConditionBeginsWith {
        operator: "begins_with";
        property: string;
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    operator: "begins_with"
    property: string
    value?: string