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 page details the `CreateReadSessionRequest` class, which is a request message for creating a read session in the Google Cloud BigQuery Storage API, with the latest version being 3.17.0 and going down to 2.3.0."],["The `CreateReadSessionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing functionalities such as deep cloning and message handling."],["The class has two constructors, one default and one that takes another `CreateReadSessionRequest` object for copying, enabling the creation of new instances or duplication of existing ones."],["The class has several properties that are used for the request, including `MaxStreamCount` to specify the maximum number of streams, `Parent` which defines the project, and `ReadSession` which defines the session that is to be created."],["The `Parent` property is required and it defines the project that owns the session with it's related `ParentAsProjectName` that is the typed view over this property, similarly `ReadSession` is also required, containing the session that will be created."]]],[]]