Dump

public struct Dump : Codable, Equatable

Dump instances represent the current status of a dump in the server

Properties

  • uid

    Unique identifier and file name of the dump (.dump)

    Declaration

    Swift

    public let uid: String
  • Status of the dump creation

    Declaration

    Swift

    public let status: Status
  • Undocumented

    Declaration

    Swift

    public let startedAt: String?
  • Undocumented

    Declaration

    Swift

    public let finishedAt: String?
  • Undocumented

    See more

    Declaration

    Swift

    public enum Status : Codable, Equatable