public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class OperationMetadata.
Represents the metadata of the long-running operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `OperationMetadata` class within the Video Stitcher v1 API is 3.3.0, with previous versions available dating back to 1.0.0."],["The `OperationMetadata` class represents the metadata of a long-running operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: a default constructor `OperationMetadata()` and a copy constructor `OperationMetadata(OperationMetadata other)`."],["Key properties within the `OperationMetadata` class include `CreateTime`, `EndTime`, `Target`, and `Verb`, which provide information about the operation's creation, completion, target resource, and executed verb, respectively."],["The `OperationMetadata` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]