IndexOptions Constructor
IndexOptions()
Initializes a new instance of the IndexOptions class.
Declaration
public IndexOptions()
IndexOptions(IEnumerable<string>)
Initializes a new instance of the IndexOptions class.
Declaration
public IndexOptions(IEnumerable<string> attributes)
Parameters
IEnumerable<string> | attributes |
IndexOptions(IndexOptions)
Initializes a new instance of the IndexOptions class.
Declaration
public IndexOptions(IndexOptions indexOptions)
Parameters
IndexOptions | indexOptions |