QueryConfig
type QueryConfig<Schema> = BaseConfig & EntityKeyInput<EntitySchema<Schema>> & object;Type Declaration
Section titled “Type Declaration”consistent?
Section titled “consistent?”optional consistent: boolean;exclusiveStartKey?
Section titled “exclusiveStartKey?”optional exclusiveStartKey: Partial<EntitySchema<Schema>>;filter?
Section titled “filter?”optional filter: Condition;limit?
Section titled “limit?”optional limit: number;pageSize?
Section titled “pageSize?”optional pageSize: number;reverseIndexScan?
Section titled “reverseIndexScan?”optional reverseIndexScan: boolean;selectAttributes?
Section titled “selectAttributes?”optional selectAttributes: Select;sortKeyCondition?
Section titled “sortKeyCondition?”optional sortKeyCondition: Condition;validationConcurrency?
Section titled “validationConcurrency?”optional validationConcurrency: number;Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject