Class AssetMetadataEntryDetails
Asset Metadata entry information.
Inherited Members
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