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.

Abstract base class for DynamoDB GetItem document operation requests. Provides shared configuration for retrieving a single item using the expression-based API. Legacy parameters (e.g., AttributesToGet) are not supported; use ProjectionExpression instead. Extended by Amazon.DynamoDBv2.DocumentModel.GetItemDocumentOperationRequest

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.DocumentOperationRequest
    Amazon.DynamoDBv2.DocumentModel.BaseGetItemDocumentOperationRequest

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

Syntax

C#
public abstract class BaseGetItemDocumentOperationRequest : DocumentOperationRequest

The BaseGetItemDocumentOperationRequest type exposes the following members

Properties

NameTypeDescription
Public Property ConsistentRead System.Boolean

Gets or sets the consistent read flag. Strongly consistent reads are only valid for tables and local secondary indexes.

Public Property ProjectionExpression Amazon.DynamoDBv2.DocumentModel.Expression

Gets or sets the projection expression specifying which attributes should be retrieved. If null, all attributes are returned.

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