Table of Contents

Class DynamoDBVersionAttribute

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

DynamoDB property that marks up current member as item version. At most one member in a class may be marked with this attribute.

Members that are marked as version must be of primitive, numeric, integer, nullable type (e.g. int?, long?, byte?)

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

Constructors

DynamoDBVersionAttribute()

public DynamoDBVersionAttribute()