public static GrpcChannelOptions CreateChannelOptions(this BigtableServiceApiSettings settings)
Creates a collection of Grpc.Core.ChannelOption instances which can be used to create a Grpc.Core.Channel
or Grpc.Gcp.GcpCallInvoker pre-configured based on the specified settings (or the default settings if they
are null).
[[["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 latest version available for `Google.Cloud.Bigtable.V2` is 3.17.0, with a history of versions dating back to 2.2.0."],["The `BigtableServiceApiSettingsExtensions` class provides extension methods for use with `BigtableServiceApiSettings`."],["The `CreateChannelOptions` method generates a set of `Grpc.Core.ChannelOption` instances, based on `BigtableServiceApiSettings`, to configure a `Grpc.Core.Channel` or `Grpc.Gcp.GcpCallInvoker`."],["The `CreateChannelOptions` parameter `settings` can be null, in which case the default settings will be used to generate `Grpc.Core.ChannelOption` instances."],["When creating a `Grpc.Core.Channel` using the options returned from `CreateChannelOptions`, `MaxChannels` and `PreferredMaxStreamsPerChannel` settings are ignored."]]],[]]