Query condition for attribute existence checks.

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

Hierarchy (view full)

Properties

Properties

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