RecordsRequest

public protocol RecordsRequest

The records request.

  • Is distinct.

    Declaration

    Swift

    var isDistinct: Bool { get }
  • Is atomic.

    Declaration

    Swift

    var isAtomic: Bool { get }
  • Current limit.

    Declaration

    Swift

    var limit: Int { get }
  • Current skip value.

    Declaration

    Swift

    var skip: Int { get }
  • Current 4D rest method.

    Declaration

    Swift

    var restMethod: Method? { get }
  • Current filter.

    Declaration

    Swift

    var filter: String? { get }
  • Current expand fields.

    Declaration

    Swift

    var expand: String? { get }

Configure