public sealed class RolloutStep : IMessage<RolloutConfig.Types.RolloutStep>, IEquatable<RolloutConfig.Types.RolloutStep>, IDeepCloneable<RolloutConfig.Types.RolloutStep>, IBufferMessage, IMessage
A single rollout step with specified traffic allocation.
[[["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 content provides a comprehensive list of versions for `RolloutConfig.Types.RolloutStep`, ranging from the latest version 2.23.0 down to version 1.0.0."],["`RolloutConfig.Types.RolloutStep` is a class that represents a single rollout step with specific traffic allocation, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RolloutStep` class includes properties such as `DisplayName` (a string), `MinDuration` (a `Duration` type), and `TrafficPercent` (an integer), which define the characteristics of a rollout step."],["There is also documentation for `RolloutStep` constructors, including a default parameterless one and one with the `RolloutConfig.Types.RolloutStep` parameter."]]],[]]