ValueIndexOn
public class ValueIndexOn
An ON operator for creating a value index.
-
Creates a value index with the given index items. The index items are a list of the properties or expressions to be indexed.
Declaration
Swift
public func on(_ items: ValueIndexItem...) -> ValueIndexParameters
itemsThe index items.
Return Value
The value index.
ValueIndexOn Class Reference