MaxLongsToIndexField

MetadataIndexingOptions.MaxLongsToIndexField property

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

public int MaxLongsToIndexField { get; set; }

Property Value

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

See Also