Show / Hide Table of Contents

Class JobOutput

The output result of an executed MediaWorkflowJob.

Inheritance
object
JobOutput
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class JobOutput

Properties

AssetType

Declaration
[JsonProperty(PropertyName = "assetType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public JobOutput.AssetTypeEnum? AssetType { get; set; }
Property Value
Type Description
JobOutput.AssetTypeEnum?

Type of job output.

BucketName

Declaration
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
Property Value
Type Description
string

The bucket name of the job output.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The ID associated with the job output.

NamespaceName

Declaration
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
Property Value
Type Description
string

The namespace name of the job output.

ObjectName

Declaration
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
Type Description
string

The object name of the job output.

In this article
Back to top