Members
string
# constant AnalyticsScanConsistency
Properties:
Name | Type | Description |
---|---|---|
NotBounded |
string | |
RequestPlus |
string |
string
# constant AnalyticsStatus
Properties:
Name | Type | Description |
---|---|---|
Running |
string | |
Success |
string | |
Errors |
string | |
Completed |
string | |
Stopped |
string | |
Timeout |
string | |
Closed |
string | |
Fatal |
string | |
Aborted |
string | |
Unknown |
string |
string
# constant BucketType
Properties:
Name | Type | Description |
---|---|---|
Couchbase |
string | |
Memcached |
string | |
Ephemeral |
string |
string
# constant CompressionMode
Properties:
Name | Type | Description |
---|---|---|
Off |
string | |
Passive |
string | |
Active |
string |
string
# constant ConflictResolutionType
Properties:
Name | Type | Description |
---|---|---|
Timestamp |
string | |
SequenceNumber |
string |
number
# constant DurabilityLevel
Properties:
Name | Type | Description |
---|---|---|
None |
number | |
Majority |
number | |
MajorityAndPersistOnMaster |
number | |
PersistToMajority |
number |
string
# constant EvictionPolicy
Properties:
Name | Type | Description |
---|---|---|
FullEviction |
string | |
ValueOnly |
string | |
NotRecentlyUsed |
string | |
NoEviction |
string |
Object
# constant LookupInMacro
Properties:
Name | Type | Description |
---|---|---|
Document |
Object | |
Expiry |
Object | |
Cas |
Object | |
SeqNo |
Object | |
LastModified |
Object | |
IsDeleted |
Object | |
ValueSizeBytes |
Object | |
RevId |
Object |
Object
# constant MutateInMacro
Properties:
Name | Type | Description |
---|---|---|
Cas |
Object | |
SeqNo |
Object | |
ValueCrc32c |
Object |
string
# constant QueryProfileMode
Properties:
Name | Type | Description |
---|---|---|
Off |
string | |
Phases |
string | |
Timings |
string |
string
# constant QueryScanConsistency
Properties:
Name | Type | Description |
---|---|---|
NotBounded |
string | |
RequestPlus |
string |
string
# constant QueryStatus
Properties:
Name | Type | Description |
---|---|---|
Running |
string | |
Success |
string | |
Errors |
string | |
Completed |
string | |
Stopped |
string | |
Timeout |
string | |
Closed |
string | |
Fatal |
string | |
Aborted |
string | |
Unknown |
string |
Object
# constant ServiceType
Properties:
Name | Type | Description |
---|---|---|
KeyValue |
Object | |
Management |
Object | |
Views |
Object | |
Query |
Object | |
Search |
Object | |
Analytics |
Object |
string
# constant ViewScanConsistency
Properties:
Name | Type | Description |
---|---|---|
RequestPlus |
string | |
UpdateAfter |
string | |
NotBounded |
string |
Type Definitions
Object
# AnalyticsDataset
Properties:
Name | Type | Description |
---|---|---|
name |
string | |
dataverseName |
string | |
linkName |
string | |
bucketName |
string |
Object
# AnalyticsIndex
Properties:
Name | Type | Description |
---|---|---|
name |
string | |
datasetName |
string | |
dataverseName |
string | |
isPrimary |
boolean |
Object
# AppendResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# BucketSettings
BucketSettings provides information about a specific bucket.
Properties:
Name | Type | Description |
---|---|---|
name |
string | |
flushEnabled |
boolean | |
ramQuotaMB |
number | |
numReplicas |
number | |
replicaIndexes |
boolean | |
bucketType |
BucketType | |
ejectionMethod |
EvictionPolicy | |
maxExpiry |
number | |
compressionMode |
CompressionMode | |
minimumDurabilityLevel |
DurabilityLevel |
# BuildDeferredIndexesCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<string> |
Object
# CollectionSpec
Properties:
Name | Type | Description |
---|---|---|
name |
string | The name of the collection to create. |
scopeName |
string | The name of the scope to create the collection in. |
maxExpiry |
number | The maximum expiry for documents in this bucket. |
# CreateAnalyticsIndexCallback(err, success)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
success |
boolean |
Object
# CreateBucketSettings
CreateBucketSettings provides information for creating a bucket.
Properties:
Name | Type | Description |
---|---|---|
conflictResolutionType |
ConflictResolutionType |
Object
# DecrementResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
value |
number | ||
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# DiagnosticsResult
Contains the results from a previously executed Diagnostics operation.
Properties:
Name | Type | Description |
---|---|---|
id |
string | |
version |
number | |
sdk |
string | |
services |
* |
# DropAnalyticsIndexCallback(err, success)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
success |
boolean |
Object
# ExistsResult
Contains the results from a previously execute Get operation.
Properties:
Name | Type | Description |
---|---|---|
exists |
boolean | |
cas |
Cas |
# GetAllAnalyticsIndexesCallback(err, indexes)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
indexes |
Array.<AnalyticsIndex> |
# GetAllBucketsCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<BucketSettings> |
# GetAllDatasetsCallback(err, datasets)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
datasets |
Array.<AnalyticsDataset> |
# GetAllDesignDocumentsCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<DesignDocument> |
# GetAllQueryIndexesCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<QueryIndex> |
# GetAllReplicasCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<GetReplicaResult> |
# GetAllSearchIndexesCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<SearchIndex> |
# GetAndLockCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<GetAndLockResult> |
Object
# GetAndLockResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
content |
* | ||
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# GetAndTouchResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
content |
* | ||
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
# GetDesignDocumentCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
DesignDocument |
# GetPendingMutationsCallback(err, pendingMutations)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
pendingMutations |
Object.<string, number> |
Object
# GetReplicaResult
Contains the results from a previously executed replica get operation.
Properties:
Name | Type | Description |
---|---|---|
value |
* | |
cas |
Cas | |
isReplica |
boolean |
Object
# GetResult
Contains the results from a previously execute Get operation.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
content |
* | ||
cas |
Cas | ||
expiry |
number |
<optional> |
# GetRolesCallback(err, res)
Parameters:
Name | Type | Description |
---|---|---|
err |
Error | |
res |
Array.<RoleAndDescription> |
Object
# IncrementResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
value |
number | ||
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# LoggingEntry
Properties:
Name | Type | Description |
---|---|---|
severity |
number | |
srcFile |
string | |
srcLine |
number | |
subsys |
string | |
message |
string |
Object
# MutationResult
Contains the results from a previously executed mutation operation.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# PingResult
Contains the results from a previously executed Diagnostics operation.
Properties:
Name | Type | Description |
---|---|---|
id |
string | |
version |
number | |
sdk |
string | |
services |
* |
Object
# PrependResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# RemoveResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# SearchIndex
SearchIndex provides information about a search index.
Properties:
Name | Type | Description |
---|---|---|
uuid |
string | |
name |
string | |
sourceName |
string | |
type |
string | |
params |
Object.<string, Object> | |
sourceUuid |
string | |
sourceParams |
Object.<string, Object> | |
sourceType |
string | |
planParams |
Object.<string, Object> |
Object
# TouchResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |
Object
# UnlockResult
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
content |
* | ||
cas |
Cas | ||
mutationToken |
MutationToken |
<optional> |