Kinetica C# API
Version 7.1.10.0
|
A set of results returned by Kinetica.showVideo(IList{string},IDictionary{string, string}). More...
Properties | |
IList< string > | creation_times [get, set] |
Creation time for each video as an ISO-8601 datetime. More... | |
IList< long > | elapsed_render_time_seconds = new List<string>() [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<long>() [get, set] |
KIFS path to each video. More... | |
IList< long > | rendered_bytes = new List<string>() [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<long>() [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<string>() [get, set] |
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire). More... | |
IDictionary< string, string > | info = new List<long>() [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(IList{string},IDictionary{string, string}).
Definition at line 59 of file ShowVideo.cs.
|
getset |
Creation time for each video as an ISO-8601 datetime.
Definition at line 64 of file ShowVideo.cs.
|
getset |
The elapsed time spent rendering each video in seconds.
Definition at line 68 of file ShowVideo.cs.
|
getset |
Additional information.
Definition at line 103 of file ShowVideo.cs.
|
getset |
The job id of the rendering process, for each video that is still being rendered.
Definition at line 72 of file ShowVideo.cs.
|
getset |
KIFS path to each video.
Definition at line 75 of file ShowVideo.cs.
|
getset |
The number of bytes emitted by the encoder for each video.
Definition at line 79 of file ShowVideo.cs.
|
getset |
The number of frames rendered for each video.
Definition at line 82 of file ShowVideo.cs.
|
getset |
Percent completion of each video's rendering process (0-100)
Definition at line 86 of file ShowVideo.cs.
|
getset |
JSON-string reflecting each video's creation parameters.
Definition at line 90 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 95 of file ShowVideo.cs.
|
getset |
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire).
Definition at line 100 of file ShowVideo.cs.