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.

Base class for operation-specific configurations for DynamoDB object persistence operations.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DataModel.BaseOperationConfig

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

Syntax

C#
public abstract class BaseOperationConfig

The BaseOperationConfig type exposes the following members

Properties

NameTypeDescription
Public Property Conversion Amazon.DynamoDBv2.DynamoDBEntryConversion

Specification which controls the conversion between .NET and DynamoDB types.

Public Property IsEmptyStringValueEnabled System.Nullable<System.Boolean>

Controls how Amazon.DynamoDBv2.DataModel.DynamoDBContext interprets empty string values. If the property is false (or not set), empty string values will be interpreted as null values.

Public Property OverrideTableName System.String

Indicates which DynamoDB table to use. This overrides the table specified by the Amazon.DynamoDBv2.DataModel.DynamoDBTableAttribute on the .NET objects that you're saving or loading.

Public Property TableNamePrefix System.String

Directs Amazon.DynamoDBv2.DataModel.DynamoDBContext to prefix all table names with a specific string. If this is null or empty, no prefix is used and default table names are used.

Remarks

This should only contain members that are relevant to all object persistence operations, anything operation-specific should be added to derived classes.

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