Table of Contents

Class PropertyConfig

Namespace
Amazon.Util
Assembly
AWSSDK.DynamoDBv2.dll

Single DynamoDB property mapping config

public class PropertyConfig
Inheritance
PropertyConfig
Inherited Members

Constructors

PropertyConfig(string)

Initializes a PropertyConfig object for a specific property

public PropertyConfig(string propertyName)

Parameters

propertyName string

Properties

Attribute

Attribute name

public string Attribute { get; set; }

Property Value

string

Converter

The type of converter that should be used on this property

public Type Converter { get; set; }

Property Value

Type

Ignore

Whether this property should be ignored by DynamoDBContext

public bool Ignore { get; set; }

Property Value

bool

Name

Property name

public string Name { get; set; }

Property Value

string

StoreAsEpoch

Whether this property should be stored as epoch seconds integer.

public bool StoreAsEpoch { get; set; }

Property Value

bool

Version

Whether this property should be treated as a version property

public bool Version { get; set; }

Property Value

bool