DataSourceData ClassAnkiro Enterprise Suite Reference Documentation
Encapsulates the information associated with a specific data source in the system.
Inheritance Hierarchy

System Object
  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

[SerializableAttribute]
public class DataSourceData : IExtensibleDataObject

The DataSourceData type exposes the following members.

Constructors

  NameDescription
Public methodDataSourceData
Initializes a new instance of the DataSourceData 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 propertyCacheType
Public propertyCreated
The creation date of the data source.
Public propertyDocumentCount
Public propertyExtensionData
Public propertyId
The unique id of the data source, uniquely specifying the data source in the system. This property should never be modified manually.
Public propertyName
The name of the data source.
Public propertyPluginUniqueId
The optional unique identifier of the data source plugin, tied to this data source
Public propertyProperties
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.
Public propertyServerIndexId
The optional id of the server index this data source is attached to.
Public propertyVersion
The internal database version of the data source. This property should never be modified manually.
Top
See Also