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