MaxDoublesToIndexField

MetadataIndexingOptions.MaxDoublesToIndexField property

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

public int MaxDoublesToIndexField { get; set; }

Property Value

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

See Also