Enums

The following enums are available globally.

  • Specifies the type of index to create, and parameters for certain types of indexes.

    • valueIndex: Regular value index.
    • fullTextIndex: Full-Text search index.
    • geoIndex: Geo searcg index.
    See more

    Declaration

    Swift

    public enum IndexOptions
  • Replicator type.

    • pushAndPull: Bidirectional; both push and pull
    • push: Pushing changes to the target
    • pull: Pulling changes from the target
    See more

    Declaration

    Swift

    public enum ReplicatorType: UInt8
  • A database encryption key consists of a password string, or a 32-byte AES256 key.

    • password: Password string
    • aes256: 32-byte AES256 data key
    See more

    Declaration

    Swift

    public enum EncryptionKey