JobRunFileMetadata
Model
Represents metadata about an existing output file for a JobRun that has completed.
Required
MaxLength(128)
name :
string
The file name
Nullable
contentLength :
number (int)
The size of the file in bytes or -1 if that metadata is not available
Nullable
MaxLength(127)
contentType :
string
The content type (MIME type) that was stored against this output file or null if it's not available
Nullable
MaxLength(127)
contentEncoding :
string
The content encoding that was stored against this output file or null if it's not available
Example
{
"name": "string value",
"contentLength": 321,
"contentType": "string value",
"contentEncoding": "string value"
}