Class PropertyConfig
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
Converter
The type of converter that should be used on this property
public Type Converter { get; set; }
Property Value
Ignore
Whether this property should be ignored by DynamoDBContext
public bool Ignore { get; set; }
Property Value
Name
Property name
public string Name { get; set; }
Property Value
StoreAsEpoch
Whether this property should be stored as epoch seconds integer.
public bool StoreAsEpoch { get; set; }
Property Value
Version
Whether this property should be treated as a version property
public bool Version { get; set; }