ThingIndexingMode
public enum ThingIndexingMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case off = "OFF" -
Undocumented
Declaration
Swift
case registry = "REGISTRY" -
Undocumented
Declaration
Swift
case registryAndShadow = "REGISTRY_AND_SHADOW" -
Declaration
Swift
public var description: String { get }
View on GitHub
ThingIndexingMode Enumeration Reference