Index

open class Index : ObjectBase

Metadata for an index on the containing entity set.

  • Index name (should not be reused for another index on the same entity set).

    Declaration

    Swift

    final public var name: String
  • true for a unique index.

    Declaration

    Swift

    final public var unique: Bool
  • Default initializer.

    Declaration

    Swift

    override public init()
  • Indexed items.

    Declaration

    Swift

    public final var items: SortItemList { get set }