7 using System.Collections.Generic;
38 public const string TTL =
"ttl";
44 public string path {
get; set; }
56 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
80 IDictionary<string, string>
options = null)
82 this.path = path ??
"";
83 this.options =
options ??
new Dictionary<string, string>();
97 public string path {
get; set; }
100 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
string path
Fully-qualified KiFS path to the video to be altered.
AlterVideoRequest()
Constructs an AlterVideoRequest object with default parameters.
AlterVideoRequest(string path, IDictionary< string, string > options=null)
Constructs an AlterVideoRequest object with the specified parameters.
A set of parameters for Kinetica.alterVideo(string,IDictionary{string, string}).
string path
Fully qualified KIFS path to the video file.
IDictionary< string, string > info
Additional information.
const string TTL
Sets the TTL of the video.
A set of results returned by Kinetica.alterVideo(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica