DataSourcePropertyData ClassAnkiro Enterprise Suite Reference Documentation
Encapsulates the information associated with a property of a data source.
Inheritance Hierarchy

System Object
  Ankiro.SearchServer.Data DataSourcePropertyData

Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

[SerializableAttribute]
public class DataSourcePropertyData : IExtensibleDataObject

The DataSourcePropertyData type exposes the following members.

Constructors

  NameDescription
Public methodDataSourcePropertyData 
Initializes a new instance of the DataSourcePropertyData class
Public methodDataSourcePropertyData(String, IndexPropertyType, Nullable Boolean , Nullable Boolean )
Initializes a new instance of the DataSourcePropertyData class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBinarySourceField
The optional source field in binarily processed file data from which to obtain data for processed data source documents.
Public propertyBinarySourceFieldMergeBehavior
The optional merge behaviour to use to reconcile/combine property values for processed data source documents, in case values are specified both programmatically for the property, as well as through data obtained from binarily processed file data.
Public propertyDefaultValue
The optional default value to assign to processed documents not specifiying a value for the data source property in question. This value may be null.
Public propertyExtensionData
Public propertyId
The unique id of the data source property. This property should never be modified manually.
Public propertyIndexPropertyBindingId
The optional id of the server index property with which this data source property is associated. This property should never be modified manually.
Public propertyItemListProperty
Boolean value specifying whether the data source property is an item list property. Please refer to the developer documentation for more information about what item list properties entails.
Public propertyName
The name of the data source property.
Public propertyPluginKey
An optional value that can be attached for integration with data connectors/plugins. It is up to the implementor of the plugin to interpret the value. This value may be null
Public propertySortable
Boolean value specifying whether search indexes created based on this data source should make the property in question sortable. Sortability does not have any specific meaning for the data source itself.
Public propertyType
The expected data type of documents values for the data source property.
Public propertyVersion
The internal database version of the data source property. This property should never be modified manually.
Top
See Also