AWS SDK for .NET Documentation
Primitive Constructor (value)
AmazonAmazon.DynamoDBv2.DocumentModelPrimitivePrimitive(MemoryStream) Did this page help you?   Yes   No    Tell us about it...
Constructs a Binary Primitive with the specified MemoryStream value. Note: Primitive's Value is set to the stream's ToArray() response.
Declaration Syntax
C#
public Primitive(
	MemoryStream value
)
Parameters
value (MemoryStream)
Value of the Primitive

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