CARVIEW |
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.
LoadConfig
Class
Input for the Load operation in the object-persistence programming model
Inheritance Hierarchy
Amazon.DynamoDBv2.DataModel.BaseOperationConfig
Amazon.DynamoDBv2.DataModel.LoadConfig
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
Syntax
public class LoadConfig : BaseOperationConfig
The LoadConfig type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
LoadConfig() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() |
ConsistentRead | System.Nullable<System.Boolean> |
Property that directs Amazon.DynamoDBv2.DataModel.DynamoDBContext to use consistent reads. If property is not set, behavior defaults to non-consistent reads. |
![]() |
Conversion | Amazon.DynamoDBv2.DynamoDBEntryConversion | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
![]() |
IsEmptyStringValueEnabled | System.Nullable<System.Boolean> | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
![]() |
OverrideTableName | System.String | Inherited from Amazon.DynamoDBv2.DataModel.BaseOperationConfig. |
![]() |
RetrieveDateTimeInUtc | System.Nullable<System.Boolean> |
If true, all System.DateTime properties are retrieved in UTC timezone while reading data from DynamoDB. Else, the local timezone is used. |
![]() |
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