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

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