Enumerations

The following enumerations are available globally.

Storage

  • Type of stored attribute

    See more

    Declaration

    Swift

    public enum AttributeStorageType : String, Equatable
    extension AttributeStorageType: AttributeType
  • The key for record request query.

    See more

    Declaration

    Swift

    public enum RecordsRequestKey : String
  • To defined if should be sorted in ascending or descending order.

    See more

    Declaration

    Swift

    public enum OrderBy : String
  • Supported image format.

    See more

    Declaration

    Swift

    public enum ImageFormat : String
  • 4D rest method.

    See more

    Declaration

    Swift

    public enum Method : String