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

Evaluates a string in the context of a specified object. A task runner can use this action to evaluate SQL queries stored in Amazon S3.

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



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expression
The expression to evaluate.

Constraints:

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


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ObjectId
The identifier of the object.

Constraints:

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


PipelineId
The identifier of the pipeline.

Constraints:

Length
1 - 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.)
WithExpression(String) Obsolete.
Sets the Expression property

WithObjectId(String) Obsolete.
Sets the ObjectId property

WithPipelineId(String) Obsolete.
Sets the PipelineId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 EvaluateExpressionRequest
See Also

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