Encapsulates the information associated with a specific data source in the system.
Inheritance Hierarchy
Ankiro.SearchServer.Data DataSourceData
Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The DataSourceData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataSourceData | Initializes a new instance of the DataSourceData 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 | |
---|---|---|
![]() | CacheType | |
![]() | Created |
The creation date of the data source.
|
![]() | DocumentCount | |
![]() | ExtensionData | |
![]() | Id |
The unique id of the data source, uniquely specifying the data source in the system. This property should never be modified manually.
|
![]() | Name |
The name of the data source.
|
![]() | PluginUniqueId |
The optional unique identifier of the data source plugin, tied to this data source
|
![]() | Properties |
The collection of properties associated with the data source. Data source properties should be oriented towards the
set of properties that exist in the external data store from which search content is read.
|
![]() | ServerIndexId |
The optional id of the server index this data source is attached to.
|
![]() | Version |
The internal database version of the data source. This property should never be modified manually.
|
See Also