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

    Interface QueryConditionExistsProtected

    Query condition for attribute existence checks.

    interface QueryConditionExists {
        operator: "attribute_exists" | "attribute_not_exists";
        property: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    operator: "attribute_exists" | "attribute_not_exists"
    property: string