Gets a document from DynamoDB by hash primary key, using specified configs.

C# |
public Document GetItem( Primitive hashKey, GetItemOperationConfig config )

- hashKey (Primitive)
- Hash key element of the document.
- config (GetItemOperationConfig)
- Configuration to use.

Document from DynamoDB.