public sealed class MethodSettings.Types.LongRunning : IMessage<MethodSettings.Types.LongRunning>, IEquatable<MethodSettings.Types.LongRunning>, IDeepCloneable<MethodSettings.Types.LongRunning>, IBufferMessage, IMessage
Describes settings to use when generating API methods that use the
long-running operation pattern.
All default values below are from those used in the client library
generators (e.g.
Java).
[[["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-05 UTC."],[[["The `MethodSettings.Types.LongRunning` class defines settings for API methods that utilize the long-running operation pattern, with default values derived from client library generators."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `LongRunning` class include `InitialPollDelay`, `MaxPollDelay`, `PollDelayMultiplier`, and `TotalPollTimeout`, which control the timing and frequency of polling for long-running operations."],["The class provides methods for cloning, merging, and calculating the size of messages, along with overrides for `Equals`, `GetHashCode`, and `ToString`."],["Constructors are available for creating instances of the `LongRunning` class, either as a new object or by copying an existing `LongRunning` object."]]],[]]