C# 클래스 Amazon.DynamoDBv2.DocumentModel.Filter

Filter for use with scan and query operations
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AddCondition ( string attributeName, Condition condition ) : void

Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition.

FromConditions ( Condition>.Dictionary conditions ) : Filter

Creates a Filter from a conditions map

RemoveCondition ( string attributeName ) : void

Removes a condition for a specific attribute name.

ToConditions ( ) : Condition>.Dictionary

Converts filter to a map of conditions

보호된 메소드들

메소드 설명
ConvertToAttributeValues ( ) : List

메소드 상세

AddCondition() 공개 메소드

Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition.
public AddCondition ( string attributeName, Condition condition ) : void
attributeName string Target attribute name
condition Condition Condition to be added
리턴 void

ConvertToAttributeValues() 보호된 정적인 메소드

protected static ConvertToAttributeValues ( ) : List
리턴 List

FromConditions() 공개 정적인 메소드

Creates a Filter from a conditions map
public static FromConditions ( Condition>.Dictionary conditions ) : Filter
conditions Condition>.Dictionary Map from attribute name to condition
리턴 Filter

RemoveCondition() 공개 메소드

Removes a condition for a specific attribute name.
public RemoveCondition ( string attributeName ) : void
attributeName string Target attribute
리턴 void

ToConditions() 공개 메소드

Converts filter to a map of conditions
public ToConditions ( ) : Condition>.Dictionary
리턴 Condition>.Dictionary