@patternmeshjs/core
    Preparing search index...

    Interface BatchGetItemInput

    Single-table batch get (one RequestItems entry).

    interface BatchGetItemInput {
        keys: readonly Record<string, unknown>[];
        returnConsumedCapacity?: ReturnConsumedCapacityMode;
        tableName: string;
    }
    Index

    Properties

    keys: readonly Record<string, unknown>[]
    returnConsumedCapacity?: ReturnConsumedCapacityMode
    tableName: string