A set of parameters for GPUdb::alterVideo. More…
#include <gpudb/protocol/alter_video.h>
Public Member Functions | |
| AlterVideoRequest () | |
| Constructs an AlterVideoRequest object with default parameters. | |
| AlterVideoRequest (const std::string &path_, const std::map< std::string, std::string > &options_) | |
| Constructs an AlterVideoRequest object with the specified parameters. | |
Public Attributes | |
| std::string | path |
| Fully-qualified KiFS path to the video to be altered. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::alterVideo.
Alters a video.
Definition at line 17 of file alter_video.h.
Constructor & Destructor Documentation
◆ AlterVideoRequest() [1/2]
| inline |
Constructs an AlterVideoRequest object with default parameters.
Definition at line 22 of file alter_video.h.
◆ AlterVideoRequest() [2/2]
| inline |
Constructs an AlterVideoRequest object with the specified parameters.
| [in] | path_ | Fully-qualified KiFS path to the video to be altered. |
| [in] | options_ | Optional parameters.
|
Definition at line 44 of file alter_video.h.
Member Data Documentation
◆ options
| std::map<std::string, std::string> gpudb::AlterVideoRequest::options |
Optional parameters.
- alter_video_ttl: Sets the TTL of the video.
The default value is an empty map.
Definition at line 65 of file alter_video.h.
◆ path
| std::string gpudb::AlterVideoRequest::path |
Fully-qualified KiFS path to the video to be altered.
Definition at line 54 of file alter_video.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/alter_video.h