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.
Single DynamoDB property mapping config
Namespace: Amazon.Util
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class PropertyConfig
The PropertyConfig type exposes the following members
| Name | Description | |
|---|---|---|
|
PropertyConfig(string) |
Initializes a PropertyConfig object for a specific property |
| Name | Type | Description | |
|---|---|---|---|
|
Attribute | System.String |
Attribute name |
|
Converter | System.Type |
The type of converter that should be used on this property |
|
Ignore | System.Boolean |
Whether this property should be ignored by DynamoDBContext |
|
Name | System.String |
Property name |
|
StoreAsEpoch | System.Boolean |
Whether this property should be stored as epoch seconds integer. |
|
StoreAsEpochLong | System.Boolean |
Whether this property should be stored as epoch seconds integer (with support for dates AFTER 2038). |
|
Version | System.Boolean |
Whether this property should be treated as a version property |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5