MaxIntsToIndexField

MetadataIndexingOptions.MaxIntsToIndexField property

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

public int MaxIntsToIndexField { get; set; }

Property Value

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

See Also