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

A key-value pair that describes a property of a pipeline object. The value is specified as either a string value ( StringValue ) or a reference to another object ( RefValue ) but not as both.

Declaration Syntax
C#
public class Field
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Field()()()()
Initializes a new instance of the Field 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.)
Key
The field identifier.

Constraints:

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


RefValue
The field value, expressed as the identifier of another object.

Constraints:

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


StringValue
The field value, expressed as a String.

Constraints:

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


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithKey(String) Obsolete.
Sets the Key property

WithRefValue(String) Obsolete.
Sets the RefValue property

WithStringValue(String) Obsolete.
Sets the StringValue property

Inheritance Hierarchy
Object
Field

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