Schema members
SharePoint 2013
Provides access to the property metadata management system for SharePoint Server search.
The Schema type exposes the following members.
| Name | Description | |
|---|---|---|
|
Schema(SearchContext) | Obsolete. Initializes a new instance of the Schema class. |
|
Schema(SearchServiceApplication) | Initializes a new instance of the Schema class based on the specified sps14searchservapp. |
|
Schema(SearchServiceApplication, Guid, Guid) | Initializes a new instance of the Schema class. |
| Name | Description | |
|---|---|---|
|
AllCategories | Gets the collection of Category objects representing the crawled property categories in the Search service application’s metadata schema. |
|
AllManagedProperties | Gets the collection of ManagedProperty objects representing managed properties in the Search service application’s metadata schema for the Shared Service Provider. |
|
LastChangeTime | Gets the date and time of the last update to the schema. |
|
SearchApplication | Gets the Search service application associated with the Schema object. |
|
SiteCollectionId | Gets the id of the site collection which owns this schema. |
|
TenantId | Gets the id of the tenant which owns this schema. |
| Name | Description | |
|---|---|---|
|
Activate | Activate this schema. |
|
DeleteSchema | Delete this schema from the application. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
ForceIndexConfigUpdate | Forces an update to the index configuration without changing the schema. |
|
GetCrawledProperty(Guid, String) | Returns a CrawledProperty object representing a crawled property from the search service's schema. |
|
GetCrawledProperty(Guid, String, Int32) | Obsolete. Returns a CrawledProperty object representing a crawled property from the Search service application's schema. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IsMappable | Obsolete. Gets a Boolean value indicating whether crawled properties with the specified data type can be mapped to managed properties with the specified managed data type. |
|
MemberwiseClone | (Inherited from Object.) |
|
QueryCrawledProperties | |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
MaxCrawledPropertiesPerManagedProperty | The maximum number of mappings from crawled properties to a single managed property. |
|
MaxManagedPropertiesPerCrawledProperty | The maximum number of mappings from a single crawled property to managed properties. |
|
MaxManagedPropertiesPerSchema | The maximum number of managed properties that one schema can define. |
Show: