Share via


ContentEnrichmentConfiguration.MaxRawDataSize property

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.

Namespace:  Microsoft.Office.Server.Search.Administration.ContentProcessing
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property MaxRawDataSize As Integer
    Get
    Set
'Usage
Dim instance As ContentEnrichmentConfiguration
Dim value As Integer

value = instance.MaxRawDataSize

instance.MaxRawDataSize = value
public int MaxRawDataSize { get; set; }

Property value

Type: System.Int32

See also

Reference

ContentEnrichmentConfiguration class

ContentEnrichmentConfiguration members

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