Click or drag to resize
ClientConfigurationApiPort Property
Overrides the default and sets the Views REST API to use a custom port.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ApiPort { get; set; }

Property Value

Type: Int32
Remarks
The default and suggested port for the Views REST API is 8092.
Remarks
Only set if you wish to override the default behavior.
Remarks
The Couchbase Server/Cluster needs to be configured to use a custom Views REST API port.
See Also