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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eSplitReadStreamRequest\u003c/code\u003e class, which is used to request the splitting of a read stream in the Google Cloud BigQuery Storage API, specifically within the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this feature is 3.17.0, with a history of versions dating back to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSplitReadStreamRequest\u003c/code\u003e class allows you to specify the stream to split by name and the \u003ccode\u003eFraction\u003c/code\u003e at which to split it, expressed as a double between 0.0 and 1.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSplitReadStreamRequest\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for advanced functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSplitReadStreamRequest\u003c/code\u003e class has two constructors, a parameterless constructor, and one that takes another \u003ccode\u003eSplitReadStreamRequest\u003c/code\u003e as a parameter to create a copy.\u003c/p\u003e\n"]]],[],null,[]]