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

.NET Framework 3.5
 
Identifies the source data for an index field. An optional data transformation can be applied to the source data when populating the index field. By default, the value of the source attribute is copied to the index field.

Inheritance Hierarchy

System.Object
  Amazon.CloudSearch_2011_02_01.Model.SourceAttribute

Namespace: Amazon.CloudSearch_2011_02_01.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class SourceAttribute : Object

The SourceAttribute type exposes the following members

Constructors

NameDescription
Public Method SourceAttribute()

Properties

NameTypeDescription
Public Property SourceDataCopy Amazon.CloudSearch_2011_02_01.Model.SourceData Gets and sets the property SourceDataCopy.

Copies data from a source document attribute to an IndexField.

Public Property SourceDataFunction Amazon.CloudSearch_2011_02_01.SourceDataFunction Gets and sets the property SourceDataFunction.

Identifies the transformation to apply when copying data from a source attribute.

Public Property SourceDataMap Amazon.CloudSearch_2011_02_01.Model.SourceDataMap Gets and sets the property SourceDataMap.

Maps source document attribute values to new values when populating the IndexField.

Public Property SourceDataTrimTitle Amazon.CloudSearch_2011_02_01.Model.SourceDataTrimTitle Gets and sets the property SourceDataTrimTitle.

Trims common title words from a source document attribute when populating an IndexField. This can be used to create an IndexField you can use for sorting.

Version Information

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