OfflineODataEvent

public class OfflineODataEvent : EntityValue

A built-in Offline OData entity type which stores information about Offline OData events such as upload and download.

  • Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var details: Property { get set }
  • Detailed information for the event. For example, the subset of the defining queries that were used for a download.

    Declaration

    Swift

    open var details: String? { get set }
  • id

    Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var id: Property { get set }
  • id

    Event identifier.

    Declaration

    Swift

    open var id: Int64 { get set }
  • Declaration

    Swift

    override open var isProxy: Bool { get }
  • Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var time: Property { get set }
  • The date and time of the event.

    Declaration

    Swift

    open var time: GlobalDateTime? { get set }
  • Undocumented

    Declaration

    Swift

    @inline(__always)
    open class var eventType: Property { get set }
  • The event type, such as download or upload.

    Declaration

    Swift

    open var eventType: String { get set }