Show / Hide Table of Contents

Class Metadata

Technical metadata for this asset.

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

Properties

MetadataProp

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

JSON string containing the technial metadata for the media asset.

Remarks

Required

In this article
Back to top