C# 클래스 Amazon.DynamoDBv2.Model.Condition

Represents the selection criteria for a Query or Scan operation:
  • For a Query operation, Condition is used for specifying the KeyConditions to use when querying a table or an index. For KeyConditions, only the following comparison operators are supported:

    EQ | LE | LT | GE | GT | BEGINS_WITH | BETWEEN

    Condition is also used in a QueryFilter, which evaluates the query results and returns only the desired values.

  • For a Scan operation, Condition is used in a ScanFilter, which evaluates the scan results and returns only the desired values.

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Condition ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

비공개 메소드들

메소드 설명
IsSetAttributeValueList ( ) : bool
IsSetComparisonOperator ( ) : bool

메소드 상세

Condition() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public Condition ( ) : System
리턴 System