AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Stores information for generating Amplify DataStore queries. Use a Predicate to retrieve a subset of the data in a collection.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.Predicate

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class Predicate

The Predicate type exposes the following members

Constructors

NameDescription
Public Method Predicate()

Properties

NameTypeDescription
Public Property And System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.Predicate>

Gets and sets the property And.

A list of predicates to combine logically.

Public Property Field System.String

Gets and sets the property Field.

The field to query.

Public Property Operand System.String

Gets and sets the property Operand.

The value to use when performing the evaluation.

Public Property OperandType System.String

Gets and sets the property OperandType.

The type of value to use when performing the evaluation.

Public Property Operator System.String

Gets and sets the property Operator.

The operator to use to perform the evaluation.

Public Property Or System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.Predicate>

Gets and sets the property Or.

A list of predicates to combine logically.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5