Skip to main content

◆ alterVideo() [1/2]

AlterVideoResponse kinetica.Kinetica.alterVideo (AlterVideoRequestrequest_)
inline

Alters a video.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 14886 of file KineticaFunctions.cs.

◆ alterVideo() [2/2]

AlterVideoResponse kinetica.Kinetica.alterVideo (stringpath,
IDictionary< string, string >options = null )
inline

Alters a video.

Parameters
pathFully-qualified KiFS path to the video to be altered.
optionsOptional parameters.
  • TTL: Sets the TTL of the video.
The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 14925 of file KineticaFunctions.cs.

◆ AlterVideoAsync() [1/2]

async System.Threading.Tasks.Task< AlterVideoResponse > kinetica.Kinetica.AlterVideoAsync (AlterVideoRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Alters a video.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 14901 of file KineticaFunctions.cs.

◆ AlterVideoAsync() [2/2]

async System.Threading.Tasks.Task< AlterVideoResponse > kinetica.Kinetica.AlterVideoAsync (stringpath,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Alters a video.

(async)

Parameters
pathFully-qualified KiFS path to the video to be altered.
optionsOptional parameters.
  • TTL: Sets the TTL of the video.
The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 14949 of file KineticaFunctions.cs.