7 using System.Collections.Generic;
15 public class AlterVideoRequest : KineticaData
24 public const string TTL =
"ttl";
29 public string path {
get;
set; }
40 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
61 IDictionary<string, string>
options =
null)
63 this.path =
path ??
"";
71 public class AlterVideoResponse : KineticaData
74 public string path {
get;
set; }
77 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
AlterVideoRequest()
Constructs an AlterVideoRequest object with default parameters.
AlterVideoRequest(string path, IDictionary< string, string > options=null)
Constructs an AlterVideoRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
string path
Fully-qualified KiFS path to the video to be altered.
string path
Fully qualified KIFS path to the video file.
const string TTL
Sets the TTL of the video.