public sealed class NodeConfig : IMessage<NodeConfig>, IEquatable<NodeConfig>, IDeepCloneable<NodeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class NodeConfig.
Node configuration for the connection.
Implements
IMessageNodeConfig, IEquatableNodeConfig, IDeepCloneableNodeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
NodeConfig()
public NodeConfig()
NodeConfig(NodeConfig)
public NodeConfig(NodeConfig other)
Parameter | |
---|---|
Name | Description |
other |
NodeConfig |
Properties
MaxNodeCount
public int MaxNodeCount { get; set; }
Maximum number of nodes in the runtime nodes.
Property Value | |
---|---|
Type | Description |
int |
MinNodeCount
public int MinNodeCount { get; set; }
Minimum number of nodes in the runtime nodes.
Property Value | |
---|---|
Type | Description |
int |