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"]],[["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 webpage focuses on the \u003ccode\u003eCreateReadSessionRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace, specifically detailing versions from 2.3.0 to 3.17.0, with 3.17.0 being the latest version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateReadSessionRequest\u003c/code\u003e is a request message used for initiating a \u003ccode\u003eCreateReadSession\u003c/code\u003e, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new instances, either empty or by cloning another \u003ccode\u003eCreateReadSessionRequest\u003c/code\u003e object, and the main properties include \u003ccode\u003eMaxStreamCount\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsProjectName\u003c/code\u003e, and \u003ccode\u003eReadSession\u003c/code\u003e which define the parameters for the session request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property of type \u003ccode\u003eString\u003c/code\u003e is a required parameter, which represents the project that owns the session, while \u003ccode\u003eParentAsProjectName\u003c/code\u003e offers a typed view of this \u003ccode\u003eParent\u003c/code\u003e string in the form of a \u003ccode\u003eProjectName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe property \u003ccode\u003eMaxStreamCount\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]