ClientConfigurationMgmtPort Property |
Overrides the default and sets the Couchbase Management REST API to use a custom port.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int MgmtPort { get; set; }
Public Property MgmtPort As Integer
Get
Set
public:
property int MgmtPort {
int get ();
void set (int value);
}
member MgmtPort : int with get, set
Property Value
Type:
Int32
RemarksThe default and suggested port for the Views REST API is 8091.
RemarksOnly set if you wish to override the default behavior.
RemarksThe Couchbase Server/Cluster needs to be configured to use a custom Management REST API port.
See Also