public sealed class SplitReadStreamRequest : IMessage<SplitReadStreamRequest>, IEquatable<SplitReadStreamRequest>, IDeepCloneable<SplitReadStreamRequest>, IBufferMessage, IMessage
A value in the range (0.0, 1.0) that specifies the fractional point at
which the original stream should be split. The actual split point is
evaluated on pre-filtered rows, so if a filter is provided, then there is
no guarantee that the division of the rows between the new child streams
will be proportional to this fractional value. Additionally, because the
server-side unit for assigning data is collections of rows, this fraction
will always map to a data storage boundary on the server side.
[[["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 page details the `SplitReadStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, which is used to request the splitting of a read stream."],["The `SplitReadStreamRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class offers two constructors: a default constructor (`SplitReadStreamRequest()`) and another to create a new instance by copying an existing `SplitReadStreamRequest` (`SplitReadStreamRequest(SplitReadStreamRequest other)`)."],["Key properties include `Fraction`, which specifies the split point of the stream as a fractional value between 0.0 and 1.0, and `Name`, which is a required string representing the name of the stream to split, with `ReadStreamName` providing a typed view over the resource name property."],["The page shows version history for this class, with versions ranging from 2.3.0 to 3.17.0, with 3.17.0 listed as the latest."]]],[]]