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"]],[["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-04-09 UTC."],[[["The `RunStreamRequest` class is part of the Google Cloud Datastream V1 API, and is used to construct requests for starting a data stream, with the latest version being 2.9.0 and 2.8.0 being the current version described."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The `RunStreamRequest` class includes properties such as `CdcStrategy`, `Force`, `Name`, and `StreamName`, allowing for detailed configuration of stream operations, and accepting a stream resource name as a required input."],["There is a history of the `RunStreamRequest` class which begins from version 1.0.0 up to the latest version 2.9.0, meaning that there have been at least nine prior updates."]]],[]]