AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Initiates a scan operation on the specified document and returns a search result representing the scan outcome.

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public virtual ISearch Scan(
         ScanDocumentOperationRequest operationRequest
)

Parameters

operationRequest
Type: Amazon.DynamoDBv2.DocumentModel.ScanDocumentOperationRequest

An object containing the parameters and data required to perform the scan operation. Cannot be null.

Return Value


Type: ISearch
An ISearch instance representing the result of the scan operation. The returned object contains information about matches found in the document.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer