public sealed class RunTransferJobRequest : IMessage<RunTransferJobRequest>, IEquatable<RunTransferJobRequest>, IDeepCloneable<RunTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class RunTransferJobRequest.
[[["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 available for the `RunTransferJobRequest` is 2.8.0, but there are multiple older versions going as far back as version 1.0.0."],["`RunTransferJobRequest` is a class within the Storage Transfer v1 API, serving as a request object for running a transfer job."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The class has two constructors, `RunTransferJobRequest()` and `RunTransferJobRequest(RunTransferJobRequest other)`, for creating instances and cloning existing requests."],["It contains two key properties, `JobName` and `ProjectId`, both of which are required strings for identifying and executing a transfer job."]]],[]]