Show / Hide Table of Contents

Class IngestStreamDistributionChannelResult

The Ingest Workflow Job information.

Inheritance
object
IngestStreamDistributionChannelResult
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 IngestStreamDistributionChannelResult

Properties

MediaWorkflowJobId

Declaration
[Required(ErrorMessage = "MediaWorkflowJobId is required.")]
[JsonProperty(PropertyName = "mediaWorkflowJobId")]
public string MediaWorkflowJobId { get; set; }
Property Value
Type Description
string

Identifier of the Ingest Workflow Job created.

Remarks

Required

In this article
Back to top