Class DynamoDBIgnoreAttribute
- Namespace
- Amazon.DynamoDBv2.DataModel
- Assembly
- AWSSDK.DynamoDBv2.dll
DynamoDB attribute that directs the specified attribute not to be included when saving or loading objects.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class DynamoDBIgnoreAttribute : DynamoDBAttribute
- Inheritance
-
DynamoDBIgnoreAttribute
- Inherited Members
Constructors
DynamoDBIgnoreAttribute()
public DynamoDBIgnoreAttribute()