ValueIndexConfiguration
public struct ValueIndexConfiguration : IndexConfiguration, IndexConfigConvertable
Configuration for creating value indexes.
-
Gets the expressions to use to create the index.
Declaration
Swift
public let expressions: [String]
-
Constructor for creating a value index by using an array of N1QL expression strings.
Declaration
Swift
public init(_ expressions: [String])