Table of Contents

Enum ConditionalOperatorValues

Namespace
Amazon.DynamoDBv2.DocumentModel
Assembly
AWSSDK.DynamoDBv2.dll

An enumeration of all supported ConditionalOperator values. Value of And for an operation will require that all conditions match. Value of Or for an operation will require that at least one of the conditons match.

public enum ConditionalOperatorValues

Fields

And = 0

And condition

Or = 1

Or Condition