ClientConfigurationDirectPort Property |
Overrides the default and sets the direct port to use for Key/Value operations using the Binary Memcached protocol.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int DirectPort { get; set; }
Public Property DirectPort As Integer
Get
Set
public:
property int DirectPort {
int get ();
void set (int value);
}
member DirectPort : int with get, set
Property Value
Type:
Int32
RemarksThe default and suggested direct port is 11210.
RemarksOnly set if you wish to override the default behavior.
RemarksThe Couchbase Server/Cluster needs to be configured to use a custom direct port.
See Also