Share via


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
Public method TopologySettings() Initializes a new instance of the TopologySettings class.
Public method TopologySettings(String) Initializes a new instance of the TopologySettings class from an XML string.
Public method TopologySettings(XmlReader) Initializes a new instance of the TopologySettings class from an XmlReader object.

Top

Properties

  Name Description
Public property AdminTopology Gets the administration topology settings for the Search service application.
Public property ApplicationName Gets or sets the internal name for the Search service application that the topology settings apply to.
Public property CrawlTopology Gets the crawl topology settings for the Search service application.
Public property Id Gets or sets the identifier (ID) for the topology settings.
Public property QueryTopology Gets the query topology settings for the Search service application.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method ToXml(TopologySettingsXmlOptions) Serializes the topology settings to an XML document.
Public method ToXml(XmlWriter, TopologySettingsXmlOptions) Serializes the topology settings to an XML document.
Public method Validate Validates the query topology and crawl topology settings for the Search service application.

Top

See Also

Reference

TopologySettings Class

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace