Show / Hide Table of Contents

Class PrewarmedEncoderPoolSchedule

PrewarmedEncoderPoolSchedule

Inheritance
System.Object
BitmovinResponse
PrewarmedEncoderPoolSchedule
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 PrewarmedEncoderPoolSchedule : BitmovinResponse

Properties

Action

The action to be triggered by the schedule (start or stop) (required)

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

TriggerDate

An instant in the future when the specified action should be triggered. Given as UTC expressed in ISO 8601 format (&quot;YYYY-MM-DDThh:mm:ssZ&quot;). Seconds will be ignored. (required)

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