C# Class Amazon.DynamoDBv2.DataModel.ScanCondition

Class describing a single scan condition
Show file Open project: scopely/aws-sdk-net

Public Methods

Method Description
ScanCondition ( string propertyName, ScanOperator op ) : System

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

Method Details

ScanCondition() public method

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
return System