Class DynamoTableOptions
Defines the access options for Dynamo
Inheritance
System.Object
DynamoTableOptions
Namespace: LambdaSharp.DynamoDB.Native
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public class DynamoTableOptions
Properties
ExpectedTypeNamespace
Get/set expected type namespace for stored record type names.
Declaration
public string ExpectedTypeNamespace { get; set; }
Property Value
Type | Description |
---|---|
System. |
SerializerOptions
Get/set serialization options for records.
Declaration
public DynamoSerializerOptions SerializerOptions { get; set; }
Property Value
Type | Description |
---|---|
Dynamo |