create
Description:
Create an instance of the Couchbase Client.
Example: Couchbase.StatusResponse response = instance.create(null); if (response != Couchbase.StatusResponse.SUCCESS) { .. failed to create instance ..
Parameters:
client |
(out) Empty Couchbase.Client variables |
options |
(ref) ConnectionOptions struct, how to create the libcouchbase instance |
Returns:
StatusResponse.SUCCESS on success |