Table of Contents

Class DynamoDBRenamableAttribute

Namespace
Amazon.DynamoDBv2.DataModel
Assembly
AWSSDK.DynamoDBv2.dll

DynamoDB property attribute. Can be used to specify an alternative attribute name or configure a custom converter.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public abstract class DynamoDBRenamableAttribute : DynamoDBAttribute
Inheritance
DynamoDBRenamableAttribute
Derived
Inherited Members

Constructors

DynamoDBRenamableAttribute()

Default constructor

protected DynamoDBRenamableAttribute()

DynamoDBRenamableAttribute(string)

Constructor that specifies an alternate attribute name

protected DynamoDBRenamableAttribute(string attributeName)

Parameters

attributeName string

Name of attribute to be associated with property or field.

Properties

AttributeName

Name of attribute that is associated with this member.

public string AttributeName { get; set; }

Property Value

string