Executes a Query operation against DynamoDB, finding items
that match the specified hash primary key.

C# |
IEnumerable<T> Query<T>( Object hashKeyValue, DynamoDBOperationConfig operationConfig )

- T
- Type of object.

- hashKeyValue (Object)
- Hash key of the items to query.
- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override the table used.

Lazy-loaded collection of results.