public sealed class RunStreamRequest : IMessage<RunStreamRequest>, IEquatable<RunStreamRequest>, IDeepCloneable<RunStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class RunStreamRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `RunStreamRequest` class is used to request the execution of a stream in the DataStream v1 API, with the latest version being 2.9.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling, equality checks, cloning, and buffer operations."],["The `RunStreamRequest` class contains properties like `Name` (the required stream resource name), `CdcStrategy` (the optional CDC strategy), and `Force` (an optional flag to update the stream without validation)."],["There are two constructors available to initiate the class, a parameterless constructor, and another constructor that takes another `RunStreamRequest` object to copy."],["The class contains a `StreamName` property that presents a typed view of the `Name` property."]]],[]]