AWS SDK for .NET Documentation
Primitive Constructor (value, saveAsNumeric)
AmazonAmazon.DynamoDBv2.DocumentModelPrimitivePrimitive(String, Boolean) Did this page help you?   Yes   No    Tell us about it...
Constructs a Primitive with the specified value and specifies whether it should be stored as a number or not.
Declaration Syntax
C#
public Primitive(
	string value,
	bool saveAsNumeric
)
Parameters
value (String)
Value of the Primitive
saveAsNumeric (Boolean)
Flag, set to true if value should be treated as a number instead of a string

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)