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."],[[["The webpage focuses on the `CreateReadSessionRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically detailing versions from 2.3.0 to 3.17.0, with 3.17.0 being the latest version."],["`CreateReadSessionRequest` is a request message used for initiating a `CreateReadSession`, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either empty or by cloning another `CreateReadSessionRequest` object, and the main properties include `MaxStreamCount`, `Parent`, `ParentAsProjectName`, and `ReadSession` which define the parameters for the session request."],["The `Parent` property of type `String` is a required parameter, which represents the project that owns the session, while `ParentAsProjectName` offers a typed view of this `Parent` string in the form of a `ProjectName`."],["The property `MaxStreamCount` allows specification of the initial number of streams for a read session, and if it is unset or set to zero, the system will provide a default value based on what is reasonable, with a max of 1000."]]],[]]