1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. MetadataIndexingOptions
  8. /
  9. MaxBytesToIndexField

MaxBytesToIndexField

MetadataIndexingOptions.MaxBytesToIndexField property

Gets or sets the maximum number of values in an array of type byte to index the field. The default value is int.MaxValue.

public int MaxBytesToIndexField { get; set; }

Property Value

The maximum number of values in an array of type byte to index the field.

See Also