AWS SDK for .NET Documentation
Query Class
AmazonAmazon.DataPipeline.ModelQuery Did this page help you?   Yes   No    Tell us about it...

Defines the query to run against an object.

Declaration Syntax
C#
public class Query
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Query()()()()
Initializes a new instance of the Query class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Selectors
List of selectors that define the query. An object must satisfy all of the selectors to match the query.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithSelectors(array<Selector>[]()[][]) Obsolete.
Adds elements to the Selectors collection

WithSelectors(IEnumerable<(Of <<'(Selector>)>>)) Obsolete.
Adds elements to the Selectors collection

Inheritance Hierarchy
Object
Query

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)