AWS SDK for .NET Documentation
Count Property
AmazonAmazon.DynamoDB.DocumentModelSearchCount Did this page help you?   Yes   No    Tell us about it...
Gets the total number of items that match the search parameters If IsDone is true, returns Matches.Count Otherwise, makes a call to DynamoDB to find out the number of matching items, without retrieving the items. Count is then cached.
Declaration Syntax
C#
public int Count { get; }

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