RSDReservedFilename
public enum RSDReservedFilename : String
A list of reserved filenames for data added to an archive that is keyed to a custom-built data file.
-
The answers file is a mapping of key/value pairs for all the
RSDAnswerResult
objects found in the task result. The results are encoded using the JSON encoding defined by theRSDFactory.shared
instance.Declaration
Swift
case answers = "answers"
-
The task result file is the
RSDTaskResult
encoded using the JSON encoding defined by theRSDFactory.shared
instance.Declaration
Swift
case taskResult = "taskResult"
-
The
RSDTaskMetadata
encoded using the JSON encoding defined by theRSDFactory.shared
instance.Declaration
Swift
case metadata = "metadata"