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

Contains details regarding the supported field type and the operators that can be applied for filtering.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.FieldTypeDetails

Namespace: Amazon.Appflow.Model
Assembly: AWSSDK.Appflow.dll
Version: 3.x.y.z

Syntax

C#
public class FieldTypeDetails

The FieldTypeDetails type exposes the following members

Constructors

NameDescription
Public Method FieldTypeDetails()

Properties

NameTypeDescription
Public Property FieldLengthRange Amazon.Appflow.Model.Range

Gets and sets the property FieldLengthRange.

This is the allowable length range for this field's value.

Public Property FieldType System.String

Gets and sets the property FieldType.

The type of field, such as string, integer, date, and so on.

Public Property FieldValueRange Amazon.Appflow.Model.Range

Gets and sets the property FieldValueRange.

The range of values this field can hold.

Public Property FilterOperators System.Collections.Generic.List<System.String>

Gets and sets the property FilterOperators.

The list of operators supported by a field.

Public Property SupportedDateFormat System.String

Gets and sets the property SupportedDateFormat.

The date format that the field supports.

Public Property SupportedValues System.Collections.Generic.List<System.String>

Gets and sets the property SupportedValues.

The list of values that a field can contain. For example, a Boolean fieldType can have two values: "true" and "false".

Public Property ValueRegexPattern System.String

Gets and sets the property ValueRegexPattern.

The regular expression pattern for the field name.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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