public sealed class StreamingComputationRanges : IMessage<StreamingComputationRanges>, IEquatable<StreamingComputationRanges>, IDeepCloneable<StreamingComputationRanges>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class StreamingComputationRanges.
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 document provides reference documentation for the `StreamingComputationRanges` class within the Dataflow v1beta3 API, specifically version 2.0.0-beta06."],["The `StreamingComputationRanges` class is used to describe the full or partial data disk assignment information of the computation ranges."],["The `StreamingComputationRanges` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `StreamingComputationRanges` class include `ComputationId` (a string representing the computation's ID) and `RangeAssignments` (a collection of data disk assignments)."],["The documentation outlines the available constructors for `StreamingComputationRanges`: a parameterless constructor, and one which takes another `StreamingComputationRanges` object as a parameter."]]],[]]