ScanInput
import type { ScanInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface ScanInput {
AttributesToGet?: string[] | null;
ConditionalOperator?: ConditionalOperator | null;
ConsistentRead?: boolean | null;
ExclusiveStartKey?: {} | null;
[key: string]: AttributeValue | null | undefined;
ExpressionAttributeNames?: {} | null;
[key: string]: string | null | undefined;
ExpressionAttributeValues?: {} | null;
[key: string]: AttributeValue | null | undefined;
FilterExpression?: string | null;
IndexName?: string | null;
Limit?: number | null;
ProjectionExpression?: string | null;
ReturnConsumedCapacity?: ReturnConsumedCapacity | null;
ScanFilter?: {} | null;
[key: string]: Condition | null | undefined;
Segment?: number | null;
Select?: Select | null;
TableName: string;
TotalSegments?: number | null;
}§Properties
§
ConditionalOperator?: ConditionalOperator | null
[src]§
ExclusiveStartKey?: {} | null
[src][key: string]: AttributeValue | null | undefined;
§
ExpressionAttributeValues?: {} | null
[src][key: string]: AttributeValue | null | undefined;
§
ReturnConsumedCapacity?: ReturnConsumedCapacity | null
[src]