C# 클래스 Amazon.DynamoDBv2.DataModel.ScanCondition

Class describing a single scan condition
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 메소드들

메소드 설명
ScanCondition ( string propertyName, ScanOperator op ) : System

Initializes a ScanCondition with the target property, the comparison operator and values being tested against.

메소드 상세

ScanCondition() 공개 메소드

Initializes a ScanCondition with the target property, the comparison operator and values being tested against.
public ScanCondition ( string propertyName, ScanOperator op ) : System
propertyName string Name of the property
op ScanOperator Comparison operator
리턴 System