Encapsulates the information associated with a property of a data source.
Inheritance Hierarchy
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
The DataSourcePropertyData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataSourcePropertyData | Initializes a new instance of the DataSourcePropertyData class |
![]() | DataSourcePropertyData(String, IndexPropertyType, Nullable Boolean , Nullable Boolean ) | Initializes a new instance of the DataSourcePropertyData class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BinarySourceField |
The optional source field in binarily processed file data from which to obtain data for processed data source documents. |
![]() | BinarySourceFieldMergeBehavior |
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. |
![]() | DefaultValue |
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.
|
![]() | ExtensionData | |
![]() | Id |
The unique id of the data source property. This property should never be modified manually.
|
![]() | IndexPropertyBindingId |
The optional id of the server index property with which this data source property is associated. This property should never be modified manually.
|
![]() | ItemListProperty |
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.
|
![]() | Name |
The name of the data source property.
|
![]() | PluginKey |
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
|
![]() | Sortable |
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.
|
![]() | Type |
The expected data type of documents values for the data source property.
|
![]() | Version |
The internal database version of the data source property. This property should never be modified manually.
|
See Also