Show / Hide Table of Contents

Class WatchFolder

WatchFolder

Inheritance
System.Object
BitmovinResponse
BitmovinResource
WatchFolder
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
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 WatchFolder : BitmovinResource

Properties

Input

Input

Declaration
public WatchFolderInput Input { get; set; }
Property Value
Type Description
WatchFolderInput

Outputs

Outputs

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

Status

The current status of the Watch Folder. The default value is STOPPED (required)

Declaration
public WatchFolderStatus? Status { get; }
Property Value
Type Description
System.Nullable<WatchFolderStatus>

StatusText

A description text of the current status (required)

Declaration
public string StatusText { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX