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"]],[["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\u003eThe \u003ccode\u003eSplitReadStreamRequest\u003c/code\u003e class is used to request the splitting of a stream in the Google BigQuery Storage v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object management within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two primary properties, \u003ccode\u003eFraction\u003c/code\u003e (a double representing the split point) and \u003ccode\u003eName\u003c/code\u003e (a string representing the stream to split), as well as \u003ccode\u003eReadStreamName\u003c/code\u003e (typed view of \u003ccode\u003eName\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class available is 3.17.0, with previous versions ranging back to 2.3.0, all of which are documented.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes constructors for creating new instances and making copies of existing ones, suggesting it is a foundational component of stream splitting within the BigQuery Storage API.\u003c/p\u003e\n"]]],[],null,[]]