Table of Contents

Class ListToSetPropertyConverter<TElement>

Namespace
Amazon.DynamoDBv2
Assembly
AWSSDK.DynamoDBv2.dll

Class that implements IPropertyConverter to convert collections to PrimitiveList types, which are then stored as sets (NS, SS, BS) in DynamoDB. This converter assumes that the target is of type List{TElement}.

Use this converter to bypass the default schema behavior for a particular property. The Conversion property can be customized in the constructor of a subclass to use a different conversion scheme for converting individual elements. The default value for this field is the standard V1 conversion.

public class ListToSetPropertyConverter<TElement> : SetPropertyConverter<List<TElement>, TElement>, IPropertyConverter

Type Parameters

TElement
Inheritance
SetPropertyConverter<List<TElement>, TElement>
ListToSetPropertyConverter<TElement>
Implements
Inherited Members

Constructors

ListToSetPropertyConverter()

public ListToSetPropertyConverter()