Table of Contents

Class IndexOptions

Namespace
Examine
Assembly
Examine.Core.dll

Represents the index options for a IIndex

public class IndexOptions
Inheritance
IndexOptions
Derived
Inherited Members

Constructors

IndexOptions()

Initializes a new instance of the object class.

public IndexOptions()

Properties

FieldDefinitions

The field definitions for the IIndex

public FieldDefinitionCollection FieldDefinitions { get; set; }

Property Value

FieldDefinitionCollection

Validator

The validator for the IIndex

public IValueSetValidator? Validator { get; set; }

Property Value

IValueSetValidator