public sealed class TetherSettings : ServiceSettingsBaseReference documentation and code samples for the Apigee Connect v1 API class TetherSettings.
Settings for TetherClient instances.
Namespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
TetherSettings()
public TetherSettings()Constructs a new TetherSettings object with default settings.
Properties
EgressSettings
public CallSettings EgressSettings { get; set; }CallSettings for synchronous and asynchronous calls to TetherClient.Egress and
TetherClient.EgressAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
EgressStreamingSettings
public BidirectionalStreamingSettings EgressStreamingSettings { get; set; }BidirectionalStreamingSettings for calls to TetherClient.Egress and
TetherClient.EgressAsync.
| Property Value | |
|---|---|
| Type | Description |
BidirectionalStreamingSettings |
|
The default local send queue size is 100.
Methods
Clone()
public TetherSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
TetherSettings |
A deep clone of this TetherSettings object. |
GetDefault()
public static TetherSettings GetDefault()Get a new instance of the default TetherSettings.
| Returns | |
|---|---|
| Type | Description |
TetherSettings |
A new instance of the default TetherSettings. |