Filter for use with scan and query operations
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Filter
 Members
 Members| All Members | Constructors | Methods | |||
| Icon | Member | Description | 
|---|---|---|
|  | Filter()()()() | Initializes a new instance of the Filter 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.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|   | FromConditions(Dictionary<(Of <<'(String, Condition>)>>)) | 
            Creates a Filter 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(Filter to Dictionary<(Of <<'(String, Condition>)>>)) | 
            Implicitly converts Filter to map of conditions
             | 
|   | ImplicitWideningImplicitImplicitImplicit(Dictionary<(Of <<'(String, Condition>)>>) to Filter) | 
            Implicitly converts map of conditions to Filter
             | 
|  | RemoveCondition(String) | 
            Removes a condition for a specific attribute name.
             | 
|  | ToConditions()()()() | 
            Converts filter to a map of conditions
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | Filter | |
|  | QueryFilter | |
|  | ScanFilter | |