Show / Hide Table of Contents

Class Message

Message

Inheritance
System.Object
BitmovinResponse
Message
Inherited Members
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Message : BitmovinResponse

Properties

Date

Timestamp when the message occured

Declaration
public DateTime? Date { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Field

Name of the field to which the message is referring to

Declaration
public string Field { get; set; }
Property Value
Type Description
System.String

Links

collection of links to webpages containing further information on the topic

Declaration
public List<Link> Links { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Link>

More

Service-specific information

Declaration
public object More { get; set; }
Property Value
Type Description
System.Object

Text

Message text (required)

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Type

Message type giving a hint on the importance of the message (log level) (required)

Declaration
public MessageType? Type { get; set; }
Property Value
Type Description
System.Nullable<MessageType>
Back to top Generated by DocFX