Show / Hide Table of Contents

Class DynamoTableOptions

Defines the access options for DynamoTable.

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.String

SerializerOptions

Get/set serialization options for records.

Declaration
public DynamoSerializerOptions SerializerOptions { get; set; }
Property Value
Type Description
DynamoSerializerOptions
In This Article
Back to top Generated by DocFX