AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Input for the TransactWrite operation in the object-persistence programming model

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DataModel.BaseOperationConfig
    Amazon.DynamoDBv2.DataModel.TransactWriteConfig

Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public class TransactWriteConfig : BaseOperationConfig

The TransactWriteConfig type exposes the following members

Constructors

NameDescription
Public Method TransactWriteConfig()

Properties

NameTypeDescription
Public Property Conversion Amazon.DynamoDBv2.DynamoDBEntryConversion Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig.
Public Property IgnoreNullValues System.Nullable<System.Boolean>

Directs Amazon.DynamoDBv2.DataModel.DynamoDBContext to ignore null values when converting an object to a DynamoDB item. If the property is false (or not set), null values will be interpreted as directives to delete the specific attributes on the DynamoDB item.

Public Property IsEmptyStringValueEnabled System.Nullable<System.Boolean> Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig.
Public Property OverrideTableName System.String Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig.
Public Property ReturnConsumedCapacity Amazon.DynamoDBv2.ReturnConsumedCapacity

Controls whether DynamoDB returns capacity consumption details for each transactional write request. Defaults to NONE. Set to TOTAL or INDEXES to capture consumed capacity metrics in Search.Metrics.

Public Property SkipVersionCheck System.Nullable<System.Boolean>

Property that directs Amazon.DynamoDBv2.DataModel.DynamoDBContext to skip version checks when saving or deleting an object with a version attribute. If property is not set, version checks are performed.

Public Property TableNamePrefix System.String Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer