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
.
Namespace: Amazon.EntityResolution.Model
Assembly: AWSSDK.EntityResolution.dll
Version: 3.x.y.z
public class SchemaInputAttribute
The SchemaInputAttribute type exposes the following members
Name | Description | |
---|---|---|
SchemaInputAttribute() |
Name | Type | Description | |
---|---|---|---|
FieldName | System.String |
Gets and sets the property FieldName. A string containing the field name. |
|
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 |
|
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 |
|
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
If no |
|
SubType | System.String |
Gets and sets the property SubType. The subtype of the attribute, selected from a list of values. |
|
Type | Amazon.EntityResolution.SchemaAttributeType |
Gets and sets the property Type. The type of the attribute, selected from a list of values. |
.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