A set of parameters for Kinetica.alterVideo.
More...
A set of parameters for Kinetica.alterVideo.
Alters a video.
Definition at line 15 of file AlterVideo.cs.
◆ AlterVideoRequest() [1/4]
kinetica.AlterVideoRequest.AlterVideoRequest |
( |
| ) |
|
|
inline |
◆ AlterVideoRequest() [2/4]
kinetica.AlterVideoRequest.AlterVideoRequest |
( |
string |
path, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AlterVideoRequest object with the specified parameters.
- Parameters
-
path | Fully-qualified KiFS path to the video to be altered. |
options | Optional parameters.
-
TTL: Sets the TTL of the video.
The default value is an empty Dictionary. |
Definition at line 60 of file AlterVideo.cs.
◆ AlterVideoRequest() [3/4]
kinetica.AlterVideoRequest.AlterVideoRequest |
( |
| ) |
|
|
inline |
◆ AlterVideoRequest() [4/4]
kinetica.AlterVideoRequest.AlterVideoRequest |
( |
string |
path, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AlterVideoRequest object with the specified parameters.
- Parameters
-
path | Fully-qualified KiFS path to the video to be altered. |
options | Optional parameters.
-
TTL: Sets the TTL of the video.
The default value is an empty Dictionary. |
Definition at line 60 of file AlterVideo.cs.
◆ options
IDictionary< string, string > kinetica.AlterVideoRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
TTL: Sets the TTL of the video.
The default value is an empty Dictionary.
Definition at line 40 of file AlterVideo.cs.
◆ path
string kinetica.AlterVideoRequest.path |
|
getset |
Fully-qualified KiFS path to the video to be altered.
Definition at line 29 of file AlterVideo.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterVideo.cs