AWS SDK for .NET Documentation
QueryObjectsRequest Class
AmazonAmazon.DataPipeline.ModelQueryObjectsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the QueryObjects operation.

Queries a pipeline for the names of objects that match a specified set of conditions.

The objects returned by QueryObjects are paginated and then filtered by the value you set for query. This means the action may return an empty result set with a value set for marker. If HasMoreResults is set to True , you should continue to call QueryObjects, passing in the returned value for marker, until HasMoreResults returns False .

Declaration Syntax
C#
public class QueryObjectsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
QueryObjectsRequest()()()()
Initializes a new instance of the QueryObjectsRequest 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.)
Limit
Specifies the maximum number of object names that QueryObjects will return in a single call. The default value is 100.

Marker
The starting point for the results to be returned. The first time you call QueryObjects, this value should be empty. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.

Constraints:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


PipelineId
Identifier of the pipeline to be queried for object names.

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


Query
Query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

Sphere
Specifies whether the query applies to components or instances. Allowable values: COMPONENT, INSTANCE, ATTEMPT.

Constraints:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLimit(Int32) Obsolete.
Sets the Limit property

WithMarker(String) Obsolete.
Sets the Marker property

WithPipelineId(String) Obsolete.
Sets the PipelineId property

WithQuery(Query) Obsolete.
Sets the Query property

WithSphere(String) Obsolete.
Sets the Sphere property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 QueryObjectsRequest
See Also

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