OfflineODataEvent

public class OfflineODataEvent : EntityValue

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

  • Metadata of the entity property details.

    Declaration

    Swift

    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

    Metadata of the entity property id.

    Declaration

    Swift

    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 }
  • Metadata of the entity property time.

    Declaration

    Swift

    open class var time: Property { get set }
  • The date and time of the event.

    Declaration

    Swift

    open var time: GlobalDateTime? { get set }
  • Metadata of the entity property eventType.

    Declaration

    Swift

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

    Declaration

    Swift

    open var eventType: String { get set }