JobRunFile Model

A named file expected to be generated when a job run completes successfully

Constant
System.Int32 FileNameMaxLength = 128

The maximum file name length for a job file

Required MaxLength(128)
name : string

The unique (per job) name of this file. Name will be URI encoded

Example
{
  "name": "string value"
}