Class WatchFolder
WatchFolder
Inherited Members
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 |