public sealed class SplitReadStreamRequest : IMessage<SplitReadStreamRequest>, IEquatable<SplitReadStreamRequest>, IDeepCloneable<SplitReadStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class SplitReadStreamRequest.
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 provides reference documentation for the `SplitReadStreamRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.14.0 and its corresponding assembly, `Google.Cloud.BigQuery.Storage.V1.dll`."],["The `SplitReadStreamRequest` class is a message used to request the splitting of a read stream, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page offers access to various versions of the `SplitReadStreamRequest` documentation, ranging from the latest version (3.17.0) down to version 2.3.0."],["The `SplitReadStreamRequest` class includes properties such as `Fraction` (a double representing the split point), `Name` (a string for the stream name), and `ReadStreamName` (a typed view over the name property), along with details about its constructors."],["The main usage of the SplitReadStreamRequest class is to define the request message for the method `SplitReadStream`, which is used to split an existing read stream."]]],[]]