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
RSDAnswerResultobjects found in the task result. The results are encoded using the JSON encoding defined by theRSDFactory.sharedinstance.Declaration
Swift
case answers = "answers" -
The task result file is the
RSDTaskResultencoded using the JSON encoding defined by theRSDFactory.sharedinstance.Declaration
Swift
case taskResult = "taskResult" -
The
RSDTaskMetadataencoded using the JSON encoding defined by theRSDFactory.sharedinstance.Declaration
Swift
case metadata = "metadata"
View on GitHub
RSDReservedFilename Enumeration Reference