INTERFACE
ImportrecipeableInterface
An entity that defines the recipe for an Import.
link GraphQL Schema definition
- interface ImportrecipeableInterface {
- # The ID of the entity.
- : Int64Bit!
- # An ID that uniquely identifies this entity across the whole Sonar system.
- : ID!
- # The date and time this entity was created.
- : Datetime!
- # The last date and time this entity was modified.
- : Datetime!
- # The ID of a User.
- : Int64Bit
- # The status.
- : ImportStatus!
- # The progress of an import as a percentage.
- : Int
- # Any errors encountered for this import.
- : Clob
- # How many records passed validation checks during import.
- : Int
- # How many records did not pass validation checks during import.
- : Int
- # The identifier of a unique batch at Flatfile.
- : String
- # The unique identifier of an import at Sonar.
- : String
- # A hash of the data content of an import.
- : String
- # The start date and time for the import.
- : Datetime
- }