public sealed class StreamingComputationRanges : IMessage<StreamingComputationRanges>, IEquatable<StreamingComputationRanges>, IDeepCloneable<StreamingComputationRanges>, IBufferMessage, IMessage
Describes full or partial data disk assignment information of the computation
ranges.
[[["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."],[[["This webpage provides documentation for the `StreamingComputationRanges` class within the `Google.Cloud.Dataflow.V1Beta3` namespace, specifically version 1.0.0-beta03, with the latest beta version being 2.0.0-beta07."],["The `StreamingComputationRanges` class is used to describe data disk assignment information for full or partial computation ranges."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamingComputationRanges` class includes properties such as `ComputationId` (a string representing the computation ID) and `RangeAssignments` (a collection of data disk assignments for ranges)."],["The class has 2 constructors available, one default and one that accepts another `StreamingComputationRanges` object as a parameter."]]],[]]