Show / Hide Table of Contents

Class AssetMetadataEntryDetails

Asset Metadata entry information.

Inheritance
object
IngestStreamDistributionChannelDetails
AssetMetadataEntryDetails
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 AssetMetadataEntryDetails : IngestStreamDistributionChannelDetails

Properties

CompartmentId

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

The compartment ID where the Ingest Workflow Job will be run.

MediaAssetId

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

The Media Asset ID to ingest into the Distribution Channel.

Remarks

Required

In this article
Back to top