AWS SDK Version 3 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.

Expected state of an attribute in DynamoDB. Exists cannot be set at the same time as Comparison and Values.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.ExpectedValue

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

Syntax

C#
public class ExpectedValue

The ExpectedValue type exposes the following members

Constructors

NameDescription
Public Method ExpectedValue(bool)

Constructs an ExpectedValue with a given Exists value.

Public Method ExpectedValue(ScanOperator, Primitive[])

Constructs an ExpectedValue with a given comparison and value(s).

Properties

NameTypeDescription
Public Property Comparison Amazon.DynamoDBv2.DocumentModel.ScanOperator

Comparison operator for the expected value.

Public Property Exists System.Boolean

Flag whether the attribute should exist or not.

Public Property Values System.Collections.Generic.List<Amazon.DynamoDBv2.DocumentModel.Primitive>

Values to compare the attribute against.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method ToExpectedAttributeValue()

Converts this ExpectedValue instance to Amazon.DynamoDBv2.Model.ExpectedAttributeValue This call will use the conversion specified by AWSConfigs.DynamoDBConfig.ConversionSchema

Public Method ToExpectedAttributeValue(DynamoDBEntryConversion)

Converts this ExpectedValue instance to Amazon.DynamoDBv2.Model.ExpectedAttributeValue

Public Method ToExpectedAttributeValue(DynamoDBEntryConversion, bool)

Converts this ExpectedValue instance to Amazon.DynamoDBv2.Model.ExpectedAttributeValue

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5