Operation

public enum Operation : UInt32, CaseIterable, Codable

Shows the operation that is performed over index.

  • The index is being created. This happens when indexing is enabled and persistent map contents have been modified.

    Declaration

    Swift

    case creating
  • The index is being removed. This happens when indexing has been disabled or if persistent map contents have been removed.

    Declaration

    Swift

    case removing