Show / Hide Table of Contents

Class DynamoTableBatchGetItemsMaxAttemptsExceededException

The DynamoTableBatchGetItemsMaxAttemptsExceededException exception is throw when BatchGetItems<TRecord>(IEnumerable<DynamoPrimaryKey<TRecord>>, Boolean) or BatchGetItems(Boolean) have reached they retry limit.

Inheritance
System.Object
System.Exception
ADynamoException
DynamoTableBatchGetItemsMaxAttemptsExceededException
Namespace: LambdaSharp.DynamoDB.Native.Exceptions
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public class DynamoTableBatchGetItemsMaxAttemptsExceededException : ADynamoException, ISerializable

Properties

Items

The items that were successfully retrieved by the BatchGetItems operation.

Declaration
public IEnumerable<object> Items { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Object>
In This Article
Back to top Generated by DocFX