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.

An object containing FieldName, Type, GroupName, MatchKey, Hashing, and SubType.

Inheritance Hierarchy

System.Object
  Amazon.EntityResolution.Model.SchemaInputAttribute

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

Syntax

C#
public class SchemaInputAttribute

The SchemaInputAttribute type exposes the following members

Constructors

NameDescription
Public Method SchemaInputAttribute()

Properties

NameTypeDescription
Public Property FieldName System.String

Gets and sets the property FieldName.

A string containing the field name.

Public Property GroupName System.String

Gets and sets the property GroupName.

A string that instructs Entity Resolution to combine several columns into a unified column with the identical attribute type.

For example, when working with columns such as first_name, middle_name, and last_name, assigning them a common groupName will prompt Entity Resolution to concatenate them into a single value.

Public Property Hashed System.Boolean

Gets and sets the property Hashed.

Indicates if the column values are hashed in the schema input. If the value is set to TRUE, the column values are hashed. If the value is set to FALSE, the column values are cleartext.

Public Property MatchKey System.String

Gets and sets the property MatchKey.

A key that allows grouping of multiple input attributes into a unified matching group.

For example, consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning a matchKey called address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group.

If no matchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.

Public Property SubType System.String

Gets and sets the property SubType.

The subtype of the attribute, selected from a list of values.

Public Property Type Amazon.EntityResolution.SchemaAttributeType

Gets and sets the property Type.

The type of the attribute, selected from a list of values.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5