public sealed class CreateReadSessionRequest : IMessage<CreateReadSessionRequest>, IEquatable<CreateReadSessionRequest>, IDeepCloneable<CreateReadSessionRequest>, IBufferMessage, IMessage
Max initial number of streams. If unset or zero, the server will
provide a value of streams so as to produce reasonable throughput. Must be
non-negative. The number of streams may be lower than the requested number,
depending on the amount parallelism that is reasonable for the table. Error
will be returned if the max count is greater than the current system
max limit of 1,000.
[[["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 webpage details the `CreateReadSessionRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, with version 2.9.0 being the specific version in focus here."],["The `CreateReadSessionRequest` class is a request message used for initiating a `CreateReadSession` in BigQuery Storage, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists historical versions of `CreateReadSessionRequest`, ranging from version 3.17.0 down to 2.3.0, alongside the current 2.9.0, offering access to different versions of the documentation."],["`CreateReadSessionRequest` class includes properties such as `MaxStreamCount`, `Parent`, `ParentAsProjectName`, and `ReadSession` for configuring the session parameters, such as the maximum number of streams and the project associated with the request."],["Constructors for `CreateReadSessionRequest` are provided, allowing for the creation of a default instance or one based on an existing `CreateReadSessionRequest` object, and the page lists the inherited members from `Object`."]]],[]]