Filter for use with scan operations

Namespace: Amazon.DynamoDB.DocumentModel
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ScanFilter : Filter
Public Class ScanFilter _
	Inherits Filter
public ref class ScanFilter : public Filter

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ScanFilter()()()()
Initializes a new instance of the ScanFilter class
AddCondition(String, Condition)
Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition.
AddCondition(String, ScanOperator, array<DynamoDBEntry>[]()[][])
Adds a condition for a specified attribute that consists of an operator and any number of values
AddCondition(String, ScanOperator, List<(Of <<'(AttributeValue>)>>))
Adds a condition for a specified attribute that consists of an operator and any number of AttributeValues.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FromConditions(Dictionary<(Of <<'(String, Condition>)>>))
Creates a ScanFilter from a conditions map
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(Dictionary<(Of <<'(String, Condition>)>>) to ScanFilter)
Implicitly converts map of conditions to ScanFilter
ImplicitWideningImplicitImplicitImplicit(ScanFilter to Dictionary<(Of <<'(String, Condition>)>>))
Implicitly converts ScanFilter to map of conditions
ToConditions()()()()
Converts filter to a map of conditions
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.DocumentModel..::..Filter
    Amazon.DynamoDB.DocumentModel..::..ScanFilter

See Also