7 using System.Collections.Generic;
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 ??
"";
74 public string path {
get;
set; }
77 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of string constants for the parameter options.
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 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.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica