AWS SDK for .NET Documentation
CreateBatchGet<(Of <(<'T>)>)> Method (operationConfig)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextCreateBatchGet<(Of <<'(T>)>>)(DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Creates a strongly-typed BatchGet object, allowing a batch-get operation against DynamoDB.
Declaration Syntax
C#
BatchGet<T> CreateBatchGet<T>(
	DynamoDBOperationConfig operationConfig
)
Generic Template Parameters
T
Type of objects to get
Parameters
operationConfig (DynamoDBOperationConfig)
Config object which can be used to override that table used.
Return Value
Empty strongly-typed BatchGet object

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)