Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.showVideo. More...
Properties | |
IList< string > | creation_times = new List<string>() [get, set] |
Creation time for each video as an ISO-8601 datetime. More... | |
IList< long > | elapsed_render_time_seconds = new List<long>() [get, set] |
The elapsed time spent rendering each video in seconds. More... | |
IList< long > | job_ids = new List<long>() [get, set] |
The job id of the rendering process, for each video that is still being rendered. More... | |
IList< string > | paths = new List<string>() [get, set] |
KIFS path to each video. More... | |
IList< long > | rendered_bytes = new List<long>() [get, set] |
The number of bytes emitted by the encoder for each video. More... | |
IList< long > | rendered_frames = new List<long>() [get, set] |
The number of frames rendered for each video. More... | |
IList< long > | rendered_percents = new List<long>() [get, set] |
Percent completion of each video's rendering process (0-100) More... | |
IList< string > | requests = new List<string>() [get, set] |
JSON-string reflecting each video's creation parameters. More... | |
IList< string > | status = new List<string>() [get, set] |
The status of the last rendered frame for each video. More... | |
IList< long > | ttls = new List<long>() [get, set] |
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire). More... | |
IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
Additional information. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
![]() | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.showVideo.
Definition at line 51 of file ShowVideo.cs.
|
getset |
Creation time for each video as an ISO-8601 datetime.
Definition at line 55 of file ShowVideo.cs.
|
getset |
The elapsed time spent rendering each video in seconds.
Definition at line 59 of file ShowVideo.cs.
|
getset |
Additional information.
Definition at line 95 of file ShowVideo.cs.
|
getset |
The job id of the rendering process, for each video that is still being rendered.
Definition at line 63 of file ShowVideo.cs.
|
getset |
KIFS path to each video.
Definition at line 66 of file ShowVideo.cs.
|
getset |
The number of bytes emitted by the encoder for each video.
Definition at line 70 of file ShowVideo.cs.
|
getset |
The number of frames rendered for each video.
Definition at line 73 of file ShowVideo.cs.
|
getset |
Percent completion of each video's rendering process (0-100)
Definition at line 77 of file ShowVideo.cs.
|
getset |
JSON-string reflecting each video's creation parameters.
Definition at line 81 of file ShowVideo.cs.
|
getset |
The status of the last rendered frame for each video.
Either OK or Error with a message indicating the nature of the error.
Definition at line 87 of file ShowVideo.cs.
|
getset |
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire).
Definition at line 92 of file ShowVideo.cs.