AWS SDK for .NET Documentation
Scan<(Of <(<'T>)>)> Method (conditions, operationConfig)
AmazonAmazon.DynamoDBv2.DataModelDynamoDBContextScan<(Of <<'(T>)>>)(IEnumerable<(Of <<'(ScanCondition>)>>), DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Executes a Scan operation against DynamoDB, finding items that match the specified conditions.
Declaration Syntax
C#
public IEnumerable<T> Scan<T>(
	IEnumerable<ScanCondition> conditions,
	DynamoDBOperationConfig operationConfig
)
Generic Template Parameters
T
Type of object.
Parameters
conditions (IEnumerable<(Of <(<'ScanCondition>)>)>)
Conditions that the results should meet.
operationConfig (DynamoDBOperationConfig)
Config object which can be used to override that table used.
Return Value
Lazy-loaded collection of results.

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