ThingIndexingMode

public enum ThingIndexingMode : String, CustomStringConvertible, Codable

Undocumented

  • off

    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 }