ContentEnrichmentConfiguration members

The ContentEnrichmentConfiguration type exposes the following members.

Properties

  Name Description
Public property DebugMode Gets or sets a value indicating whether debug mode is turned on or off. By default this is turned off. If set to true, all managed properties will be sent to the external service, and any properties listed in InputProperties or OutputProperties will be ignored.
Public property Endpoint Gets or sets the URL to the external web service.
Public property FailureMode Gets or sets the FailureMode. This can be either [!:FailureMode.Warning] or [!:FailureMode.Error]. The default is [!:FailureMode.Error].
Public property InputProperties Gets or sets the list of properties that the external service expects.
Public property MaxRawDataSize The maximum size of raw data sent to the web service in Kilo Bytes (KB). If the binary data of an item exceeds this limit, it will simply not be sent. This will not influence whether the InputProperties are sent, or OutputProperties are received.
Public property OutputProperties Gets or sets the list of properties that the external service outputs. These will overwrite the original value of that property as it is propagated through the Content Processing Component.
Public property SendRawData Enables or disables sending the raw data to the web service.
Public property Timeout Gets or sets the allowed time in milliseconds for a single item to use end to end between the Content Processing Component and the external webservice before it is discarded.
Public property Trigger Gets or sets a Trigger which will control what items are actually sent to the external service. An item is only sent when the Trigger predicate evaluates to true.

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 ValidateMaxRawDataSize Validates that MaxRawDataSize is a positive number larger than zero.

Top

See also

Reference

ContentEnrichmentConfiguration class

Microsoft.Office.Server.Search.Administration.ContentProcessing namespace