TopologySettings Members
Include Protected Members
Include Inherited Members
Represents the topology settings for the Search service application.
The TopologySettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TopologySettings() | Initializes a new instance of the TopologySettings class. | |
TopologySettings(String) | Initializes a new instance of the TopologySettings class from an XML string. | |
TopologySettings(XmlReader) | Initializes a new instance of the TopologySettings class from an XmlReader object. |
Top
Properties
Name | Description | |
---|---|---|
AdminTopology | Gets the administration topology settings for the Search service application. | |
ApplicationName | Gets or sets the internal name for the Search service application that the topology settings apply to. | |
CrawlTopology | Gets the crawl topology settings for the Search service application. | |
Id | Gets or sets the identifier (ID) for the topology settings. | |
QueryTopology | Gets the query topology settings for the Search service application. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
ToXml(TopologySettingsXmlOptions) | Serializes the topology settings to an XML document. | |
ToXml(XmlWriter, TopologySettingsXmlOptions) | Serializes the topology settings to an XML document. | |
Validate | Validates the query topology and crawl topology settings for the Search service application. |
Top
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace