AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the QueryObjects operation. Queries the specified pipeline for the names of objects that match the specified set of conditions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DataPipeline.AmazonDataPipelineRequest
      Amazon.DataPipeline.Model.QueryObjectsRequest

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class QueryObjectsRequest : AmazonDataPipelineRequest
         IRequestEvents

The QueryObjectsRequest type exposes the following members

Constructors

NameDescription
Public Method QueryObjectsRequest()

Properties

NameTypeDescription
Public Property Limit System.Int32 Gets and sets the property Limit.

The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

Public Property Marker System.String Gets and sets the property Marker.

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

Public Property PipelineId System.String Gets and sets the property PipelineId.

The ID of the pipeline.

Public Property Query Amazon.DataPipeline.Model.Query Gets and sets the property Query.

The 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.

Public Property Sphere System.String Gets and sets the property Sphere.

Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8