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. | |
| IList< long > | elapsed_render_time_seconds = new List<long>() [get, set] |
| The elapsed time spent rendering each video in seconds. | |
| IList< long > | job_ids = new List<long>() [get, set] |
| The job id of the rendering process, for each video that is still being rendered. | |
| IList< string > | paths = new List<string>() [get, set] |
| KIFS path to each video. | |
| IList< long > | rendered_bytes = new List<long>() [get, set] |
| The number of bytes emitted by the encoder for each video. | |
| IList< long > | rendered_frames = new List<long>() [get, set] |
| The number of frames rendered for each video. | |
| IList< long > | rendered_percents = new List<long>() [get, set] |
| Percent completion of each video’s rendering process (0-100). | |
| IList< string > | requests = new List<string>() [get, set] |
| JSON-string reflecting each video’s creation parameters. | |
| IList< string > | status = new List<string>() [get, set] |
| The status of the last rendered frame for each video. | |
| IList< long > | ttls = new List<long>() [get, set] |
| The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire). | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.showVideo.
Definition at line 51 of file ShowVideo.cs.
Property Documentation
◆ creation_times
| getset |
Creation time for each video as an ISO-8601 datetime.
Definition at line 55 of file ShowVideo.cs.
◆ elapsed_render_time_seconds
| getset |
The elapsed time spent rendering each video in seconds.
Definition at line 59 of file ShowVideo.cs.
◆ info
| getset |
Additional information.
Definition at line 95 of file ShowVideo.cs.
◆ job_ids
| getset |
The job id of the rendering process, for each video that is still being rendered.
Definition at line 63 of file ShowVideo.cs.
◆ paths
| getset |
KIFS path to each video.
Definition at line 66 of file ShowVideo.cs.
◆ rendered_bytes
| getset |
The number of bytes emitted by the encoder for each video.
Definition at line 70 of file ShowVideo.cs.
◆ rendered_frames
| getset |
The number of frames rendered for each video.
Definition at line 73 of file ShowVideo.cs.
◆ rendered_percents
| getset |
Percent completion of each video’s rendering process (0-100).
Definition at line 77 of file ShowVideo.cs.
◆ requests
| getset |
JSON-string reflecting each video’s creation parameters.
Definition at line 81 of file ShowVideo.cs.
◆ status
| 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.
◆ ttls
| 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.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowVideo.cs
- Kinetica/Protocol/ShowVideo.cs