SYMBOL INDEX (3531 symbols across 134 files) FILE: examples/observability/combined/otel-otlp-metrics-and-tracing.js constant SERVICE_NAME (line 71) | const SERVICE_NAME = 'couchbase-otel-combined-example-js' constant OTLP_ENDPOINT (line 72) | const OTLP_ENDPOINT = 'http://localhost:4317' // Both traces and metrics... constant CONNECTION_STRING (line 73) | const CONNECTION_STRING = 'couchbase://localhost' constant BUCKET_NAME (line 74) | const BUCKET_NAME = 'default' constant USERNAME (line 75) | const USERNAME = 'Administrator' constant PASSWORD (line 76) | const PASSWORD = 'password' function setupOtelTracing (line 78) | function setupOtelTracing(resource) { function setupOtelMetrics (line 94) | function setupOtelMetrics(resource) { function printBanner (line 113) | function printBanner() { function performOperations (line 119) | async function performOperations(collection, cluster) { function performOperationsWithParent (line 177) | async function performOperationsWithParent(collection, cluster, cbTracer) { function main (line 230) | async function main() { FILE: examples/observability/combined/otel-otlp-metrics-and-tracing.ts constant SERVICE_NAME (line 77) | const SERVICE_NAME = 'couchbase-otel-combined-example' constant OTLP_ENDPOINT (line 78) | const OTLP_ENDPOINT = 'http://localhost:4317' // Both traces and metrics... constant CONNECTION_STRING (line 79) | const CONNECTION_STRING = 'couchbase://localhost' constant BUCKET_NAME (line 80) | const BUCKET_NAME = 'default' constant USERNAME (line 81) | const USERNAME = 'Administrator' constant PASSWORD (line 82) | const PASSWORD = 'password' function setupOtelTracing (line 84) | function setupOtelTracing(resource: Resource): NodeTracerProvider { function setupOtelMetrics (line 100) | function setupOtelMetrics(resource: Resource): MeterProvider { function printBanner (line 119) | function printBanner() { function performOperations (line 125) | async function performOperations(collection: any, cluster: any) { function performOperationsWithParent (line 173) | async function performOperationsWithParent( function main (line 232) | async function main() { FILE: examples/observability/metrics/otel-otlp-metrics-exporter.ts constant SERVICE_NAME (line 54) | const SERVICE_NAME = 'couchbase-otel-metrics-example' constant METRICS_ENDPOINT (line 55) | const METRICS_ENDPOINT = 'http://localhost:4317' constant CONNECTION_STRING (line 56) | const CONNECTION_STRING = 'couchbase://localhost' constant BUCKET_NAME (line 57) | const BUCKET_NAME = 'default' constant USERNAME (line 58) | const USERNAME = 'Administrator' constant PASSWORD (line 59) | const PASSWORD = 'password' function setupOtelMetrics (line 61) | function setupOtelMetrics(): MeterProvider { function printBanner (line 84) | function printBanner(): void { function performOperations (line 90) | async function performOperations(collection: any, cluster: any): Promise... function main (line 173) | async function main(): Promise { FILE: examples/observability/tracing/console/otel-console-exporter.js constant SERVICE_NAME (line 21) | const SERVICE_NAME = 'couchbase-otel-tracing-example-js' constant CONNECTION_STRING (line 22) | const CONNECTION_STRING = 'couchbase://localhost' constant BUCKET_NAME (line 23) | const BUCKET_NAME = 'default' constant USERNAME (line 24) | const USERNAME = 'Administrator' constant PASSWORD (line 25) | const PASSWORD = 'password' function setupOtelConsoleExporter (line 27) | function setupOtelConsoleExporter() { function main (line 51) | async function main() { FILE: examples/observability/tracing/console/otel-console-exporter.ts constant SERVICE_NAME (line 21) | const SERVICE_NAME = 'couchbase-otel-tracing-example' constant CONNECTION_STRING (line 22) | const CONNECTION_STRING = 'couchbase://localhost' constant BUCKET_NAME (line 23) | const BUCKET_NAME = 'default' constant USERNAME (line 24) | const USERNAME = 'Administrator' constant PASSWORD (line 25) | const PASSWORD = 'password' function setupOtelConsoleExporter (line 27) | function setupOtelConsoleExporter(): NodeTracerProvider { function main (line 51) | async function main() { FILE: examples/observability/tracing/jaeger/otel-otlp-tracing-exporter.ts constant SERVICE_NAME (line 56) | const SERVICE_NAME = 'couchbase-otel-tracing-example' constant TRACING_ENDPOINT (line 57) | const TRACING_ENDPOINT = 'http://localhost:4317' constant CONNECTION_STRING (line 58) | const CONNECTION_STRING = 'couchbase://192.168.107.128' constant BUCKET_NAME (line 59) | const BUCKET_NAME = 'default' constant USERNAME (line 60) | const USERNAME = 'Administrator' constant PASSWORD (line 61) | const PASSWORD = 'password' function setupOtelTracing (line 63) | function setupOtelTracing(): NodeTracerProvider { function printBanner (line 91) | function printBanner(): void { function performOperations (line 97) | async function performOperations(collection: any, cluster: any): Promise... function main (line 181) | async function main(): Promise { FILE: lib/analyticsexecutor.ts class AnalyticsExecutor (line 24) | class AnalyticsExecutor { method constructor (line 30) | constructor(cluster: Cluster) { method observabilityInstruments (line 37) | get observabilityInstruments(): ObservabilityInstruments { method _processAnalyticsResponse (line 44) | static _processAnalyticsResponse( method executePromise (line 113) | static executePromise( method query (line 144) | query( FILE: lib/analyticsindexmanager.ts type AnalyticsLinkType (line 25) | enum AnalyticsLinkType { type AnalyticsEncryptionLevel (line 47) | enum AnalyticsEncryptionLevel { class AnalyticsDataset (line 69) | class AnalyticsDataset { method constructor (line 93) | constructor(data: AnalyticsDataset) { class AnalyticsIndex (line 106) | class AnalyticsIndex { method constructor (line 130) | constructor(data: AnalyticsIndex) { type ICouchbaseAnalyticsEncryptionSettings (line 141) | interface ICouchbaseAnalyticsEncryptionSettings { class CouchbaseAnalyticsEncryptionSettings (line 169) | class CouchbaseAnalyticsEncryptionSettings method constructor (line 198) | constructor(data: CouchbaseAnalyticsEncryptionSettings) { type IAnalyticsLink (line 211) | interface IAnalyticsLink { method constructor (line 235) | constructor() { method _toHttpData (line 264) | static _toHttpData(data: IAnalyticsLink): any { method _fromHttpData (line 285) | static _fromHttpData(data: any): AnalyticsLink { type ICouchbaseRemoteAnalyticsLink (line 301) | interface ICouchbaseRemoteAnalyticsLink extends IAnalyticsLink { class CouchbaseRemoteAnalyticsLink (line 345) | class CouchbaseRemoteAnalyticsLink method validate (line 391) | validate(): void { method constructor (line 454) | constructor(data: ICouchbaseRemoteAnalyticsLink) { method _toCppData (line 469) | static _toCppData( method _fromCppData (line 486) | static _fromCppData( type IS3ExternalAnalyticsLink (line 504) | interface IS3ExternalAnalyticsLink extends IAnalyticsLink { class S3ExternalAnalyticsLink (line 550) | class S3ExternalAnalyticsLink method constructor (line 598) | constructor(data: IS3ExternalAnalyticsLink) { method validate (line 614) | validate(): void { method _toCppData (line 649) | static _toCppData( method _fromCppData (line 667) | static _fromCppData( type IAzureExternalAnalyticsLink (line 686) | interface IAzureExternalAnalyticsLink extends IAnalyticsLink { class AzureExternalAnalyticsLink (line 736) | class AzureExternalAnalyticsLink method constructor (line 788) | constructor(data: IAzureExternalAnalyticsLink) { method validate (line 805) | validate(): void { method _toCppData (line 837) | static _toCppData( method _fromCppData (line 856) | static _fromCppData( type CreateAnalyticsDataverseOptions (line 876) | interface CreateAnalyticsDataverseOptions { type DropAnalyticsDataverseOptions (line 897) | interface DropAnalyticsDataverseOptions { type CreateAnalyticsDatasetOptions (line 918) | interface CreateAnalyticsDatasetOptions { type DropAnalyticsDatasetOptions (line 949) | interface DropAnalyticsDatasetOptions { type GetAllAnalyticsDatasetsOptions (line 975) | interface GetAllAnalyticsDatasetsOptions { type CreateAnalyticsIndexOptions (line 990) | interface CreateAnalyticsIndexOptions { type DropAnalyticsIndexOptions (line 1016) | interface DropAnalyticsIndexOptions { type GetAllAnalyticsIndexesOptions (line 1042) | interface GetAllAnalyticsIndexesOptions { type ConnectAnalyticsLinkOptions (line 1057) | interface ConnectAnalyticsLinkOptions { type DisconnectAnalyticsLinkOptions (line 1087) | interface DisconnectAnalyticsLinkOptions { type GetPendingAnalyticsMutationsOptions (line 1112) | interface GetPendingAnalyticsMutationsOptions { type CreateAnalyticsLinkOptions (line 1127) | interface CreateAnalyticsLinkOptions { type ReplaceAnalyticsLinkOptions (line 1142) | interface ReplaceAnalyticsLinkOptions { type DropAnalyticsLinkOptions (line 1157) | interface DropAnalyticsLinkOptions { type GetAllAnalyticsLinksOptions (line 1172) | interface GetAllAnalyticsLinksOptions { class AnalyticsIndexManager (line 1205) | class AnalyticsIndexManager { method constructor (line 1211) | constructor(cluster: Cluster) { method observabilityInstruments (line 1218) | get observabilityInstruments(): ObservabilityInstruments { method createDataverse (line 1229) | async createDataverse( method dropDataverse (line 1284) | async dropDataverse( method createDataset (line 1340) | async createDataset( method dropDataset (line 1400) | async dropDataset( method getAllDatasets (line 1456) | async getAllDatasets( method createIndex (line 1518) | async createIndex( method dropIndex (line 1580) | async dropIndex( method getAllIndexes (line 1638) | async getAllIndexes( method connectLink (line 1718) | async connectLink(): Promise { method _connectLinkDeprecated (line 1734) | async _connectLinkDeprecated( method _connectLink (line 1778) | async _connectLink( method disconnectLink (line 1855) | async disconnectLink(): Promise { method _disconnectLinkDeprecated (line 1871) | async _disconnectLinkDeprecated( method _disconnectLink (line 1908) | async _disconnectLink( method getPendingMutations (line 1962) | async getPendingMutations( method createLink (line 2014) | async createLink( method replaceLink (line 2117) | async replaceLink( method dropLink (line 2221) | async dropLink( method getAllLinks (line 2275) | async getAllLinks( FILE: lib/analyticstypes.ts type AnalyticsStatus (line 8) | enum AnalyticsStatus { class AnalyticsResult (line 65) | class AnalyticsResult { method constructor (line 79) | constructor(data: AnalyticsResult) { class AnalyticsMetaData (line 90) | class AnalyticsMetaData { method constructor (line 124) | constructor(data: AnalyticsMetaData) { class AnalyticsWarning (line 140) | class AnalyticsWarning { method constructor (line 154) | constructor(data: AnalyticsWarning) { class AnalyticsMetrics (line 166) | class AnalyticsMetrics { method constructor (line 205) | constructor(data: AnalyticsMetrics) { type AnalyticsScanConsistency (line 222) | enum AnalyticsScanConsistency { type AnalyticsQueryOptions (line 242) | interface AnalyticsQueryOptions { FILE: lib/authenticators.ts type IPasswordAuthenticator (line 7) | interface IPasswordAuthenticator { type ICertificateAuthenticator (line 30) | interface ICertificateAuthenticator { class PasswordAuthenticator (line 47) | class PasswordAuthenticator implements IPasswordAuthenticator { method constructor (line 69) | constructor(username: string, password: string) { method ldapCompatible (line 83) | public static ldapCompatible( class CertificateAuthenticator (line 98) | class CertificateAuthenticator implements ICertificateAuthenticator { method constructor (line 115) | constructor(certificatePath: string, keyPath: string) { type IJwtAuthenticator (line 129) | interface IJwtAuthenticator { class JwtAuthenticator (line 143) | class JwtAuthenticator implements IJwtAuthenticator { method constructor (line 154) | constructor(token: string) { type Authenticator (line 164) | type Authenticator = FILE: lib/binarycollection.ts type IncrementOptions (line 10) | interface IncrementOptions { type DecrementOptions (line 62) | interface DecrementOptions { type AppendOptions (line 114) | interface AppendOptions { type PrependOptions (line 154) | interface PrependOptions { class BinaryCollection (line 198) | class BinaryCollection { method constructor (line 204) | constructor(parent: Collection) { method increment (line 217) | increment( method decrement (line 235) | decrement( method append (line 252) | append( method prepend (line 269) | prepend( FILE: lib/binding.ts type CppMilliseconds (line 9) | type CppMilliseconds = number type CppSeconds (line 10) | type CppSeconds = number type CppBytes (line 11) | type CppBytes = string | Buffer type CppDocFlags (line 12) | type CppDocFlags = number type CppExpiry (line 13) | type CppExpiry = number type CppJsonString (line 15) | type CppJsonString = string | Buffer type CppClusterCredentials (line 17) | interface CppClusterCredentials { type CppDnsConfig (line 26) | interface CppDnsConfig { type CppAppTelemetryConfig (line 32) | interface CppAppTelemetryConfig { type CppOrphanReporterConfig (line 40) | interface CppOrphanReporterConfig { type CppDocumentId (line 45) | interface CppDocumentId { type CppCas (line 52) | interface CppCas { type CppCasInput (line 59) | type CppCasInput = CppCas | string | Buffer type CppMutationToken (line 61) | interface CppMutationToken { type CppQueryContext (line 66) | interface CppQueryContext { type CppScanIterator (line 71) | interface CppScanIterator { type CppEncodedValue (line 83) | interface CppEncodedValue { type HiResTime (line 89) | type HiResTime = [number, number] type CppWrapperSdkSpan (line 91) | interface CppWrapperSdkSpan { type CppWrapperSdkChildSpan (line 96) | interface CppWrapperSdkChildSpan { type CppObservableRequest (line 104) | interface CppObservableRequest { type CppObservableResponse (line 108) | interface CppObservableResponse { type ObservableBindingFunc (line 112) | type ObservableBindingFunc< type CppClusterLabelsResponse (line 117) | interface CppClusterLabelsResponse { type CppManagementAnalyticsCouchbaseLinkEncryptionLevel (line 124) | enum CppManagementAnalyticsCouchbaseLinkEncryptionLevel {} type CppManagementClusterBucketType (line 125) | enum CppManagementClusterBucketType {} type CppManagementClusterBucketCompression (line 126) | enum CppManagementClusterBucketCompression {} type CppManagementClusterBucketEvictionPolicy (line 127) | enum CppManagementClusterBucketEvictionPolicy {} type CppManagementClusterBucketConflictResolution (line 128) | enum CppManagementClusterBucketConflictResolution {} type CppManagementClusterBucketStorageBackend (line 129) | enum CppManagementClusterBucketStorageBackend {} type CppManagementEventingFunctionDcpBoundary (line 130) | enum CppManagementEventingFunctionDcpBoundary {} type CppManagementEventingFunctionLanguageCompatibility (line 131) | enum CppManagementEventingFunctionLanguageCompatibility {} type CppManagementEventingFunctionLogLevel (line 132) | enum CppManagementEventingFunctionLogLevel {} type CppManagementEventingFunctionBucketAccess (line 133) | enum CppManagementEventingFunctionBucketAccess {} type CppManagementEventingFunctionStatus (line 134) | enum CppManagementEventingFunctionStatus {} type CppManagementEventingFunctionDeploymentStatus (line 135) | enum CppManagementEventingFunctionDeploymentStatus {} type CppManagementEventingFunctionProcessingStatus (line 136) | enum CppManagementEventingFunctionProcessingStatus {} type CppManagementRbacAuthDomain (line 137) | enum CppManagementRbacAuthDomain {} type CppRetryReason (line 138) | enum CppRetryReason {} type CppProtocolSubdocOpcode (line 139) | enum CppProtocolSubdocOpcode {} type CppAnalyticsScanConsistency (line 140) | enum CppAnalyticsScanConsistency {} type CppDesignDocumentNamespace (line 141) | enum CppDesignDocumentNamespace {} type CppDiagClusterState (line 142) | enum CppDiagClusterState {} type CppDiagEndpointState (line 143) | enum CppDiagEndpointState {} type CppDiagPingState (line 144) | enum CppDiagPingState {} type CppQueryProfile (line 145) | enum CppQueryProfile {} type CppQueryScanConsistency (line 146) | enum CppQueryScanConsistency {} type CppSearchHighlightStyle (line 147) | enum CppSearchHighlightStyle {} type CppSearchScanConsistency (line 148) | enum CppSearchScanConsistency {} type CppServiceType (line 149) | enum CppServiceType {} type CppViewOnError (line 150) | enum CppViewOnError {} type CppViewScanConsistency (line 151) | enum CppViewScanConsistency {} type CppViewSortOrder (line 152) | enum CppViewSortOrder {} type CppAnalyticsResponseAnalyticsStatus (line 153) | enum CppAnalyticsResponseAnalyticsStatus {} type CppDurabilityLevel (line 154) | enum CppDurabilityLevel {} type CppErrcCommon (line 155) | enum CppErrcCommon {} type CppErrcKeyValue (line 156) | enum CppErrcKeyValue {} type CppErrcQuery (line 157) | enum CppErrcQuery {} type CppErrcAnalytics (line 158) | enum CppErrcAnalytics {} type CppErrcSearch (line 159) | enum CppErrcSearch {} type CppErrcView (line 160) | enum CppErrcView {} type CppErrcManagement (line 161) | enum CppErrcManagement {} type CppErrcFieldLevelEncryption (line 162) | enum CppErrcFieldLevelEncryption {} type CppErrcNetwork (line 163) | enum CppErrcNetwork {} type CppKeyValueStatusCode (line 164) | enum CppKeyValueStatusCode {} type CppImplSubdocOpcode (line 165) | enum CppImplSubdocOpcode {} type CppStoreSemantics (line 166) | enum CppStoreSemantics {} type CppPersistTo (line 167) | enum CppPersistTo {} type CppReplicateTo (line 168) | enum CppReplicateTo {} type CppReadPreference (line 169) | enum CppReadPreference {} type CppVectorQueryCombination (line 170) | enum CppVectorQueryCombination {} type CppTransactionsFailureType (line 171) | enum CppTransactionsFailureType {} type CppTransactionsExternalException (line 172) | enum CppTransactionsExternalException {} type CppTransactionsTransactionGetMultiMode (line 173) | enum CppTransactionsTransactionGetMultiMode {} type CppTransactionsTransactionGetMultiReplicasFromPreferredServerGroupMode (line 174) | enum CppTransactionsTransactionGetMultiReplicasFromPreferredServerGroupM... type CppManagementAnalyticsDataset (line 176) | interface CppManagementAnalyticsDataset { type CppManagementAnalyticsIndex (line 182) | interface CppManagementAnalyticsIndex { type CppManagementAnalyticsAzureBlobExternalLink (line 188) | interface CppManagementAnalyticsAzureBlobExternalLink { type CppManagementAnalyticsCouchbaseLinkEncryptionSettings (line 198) | interface CppManagementAnalyticsCouchbaseLinkEncryptionSettings { type CppManagementAnalyticsCouchbaseRemoteLink (line 204) | interface CppManagementAnalyticsCouchbaseRemoteLink { type CppManagementAnalyticsS3ExternalLink (line 212) | interface CppManagementAnalyticsS3ExternalLink { type CppManagementClusterBucketSettings (line 221) | interface CppManagementClusterBucketSettings { type CppManagementClusterBucketSettingsNode (line 242) | interface CppManagementClusterBucketSettingsNode { type CppManagementViewsDesignDocument (line 249) | interface CppManagementViewsDesignDocument { type CppManagementViewsDesignDocumentView (line 255) | interface CppManagementViewsDesignDocumentView { type CppManagementEventingFunctionKeyspace (line 260) | interface CppManagementEventingFunctionKeyspace { type CppManagementEventingFunctionSettings (line 265) | interface CppManagementEventingFunctionSettings { type CppManagementEventingFunctionBucketBinding (line 296) | interface CppManagementEventingFunctionBucketBinding { type CppManagementEventingFunctionUrlNoAuth (line 301) | interface CppManagementEventingFunctionUrlNoAuth {} type CppManagementEventingFunctionUrlAuthBasic (line 302) | interface CppManagementEventingFunctionUrlAuthBasic { type CppManagementEventingFunctionUrlAuthDigest (line 306) | interface CppManagementEventingFunctionUrlAuthDigest { type CppManagementEventingFunctionUrlAuthBearer (line 310) | interface CppManagementEventingFunctionUrlAuthBearer { type CppManagementEventingFunctionUrlBinding (line 313) | interface CppManagementEventingFunctionUrlBinding { type CppManagementEventingFunctionConstantBinding (line 325) | interface CppManagementEventingFunctionConstantBinding { type CppManagementEventingFunction (line 329) | interface CppManagementEventingFunction { type CppManagementEventingFunctionState (line 344) | interface CppManagementEventingFunctionState { type CppManagementEventingStatus (line 354) | interface CppManagementEventingStatus { type CppManagementRbacRole (line 358) | interface CppManagementRbacRole { type CppManagementRbacRoleAndDescription (line 364) | interface CppManagementRbacRoleAndDescription { type CppManagementRbacOrigin (line 372) | interface CppManagementRbacOrigin { type CppManagementRbacRoleAndOrigins (line 376) | interface CppManagementRbacRoleAndOrigins { type CppManagementRbacUser (line 383) | interface CppManagementRbacUser { type CppManagementRbacUserAndMetadata (line 390) | interface CppManagementRbacUserAndMetadata { type CppManagementRbacGroup (line 401) | interface CppManagementRbacGroup { type CppManagementSearchIndex (line 407) | interface CppManagementSearchIndex { type CppManagementQueryIndex (line 418) | interface CppManagementQueryIndex { type CppTopologyCollectionsManifest (line 430) | interface CppTopologyCollectionsManifest { type CppTopologyCollectionsManifestCollection (line 435) | interface CppTopologyCollectionsManifestCollection { type CppTopologyCollectionsManifestScope (line 441) | interface CppTopologyCollectionsManifestScope { type CppDiagEndpointDiagInfo (line 446) | interface CppDiagEndpointDiagInfo { type CppDiagDiagnosticsResult (line 456) | interface CppDiagDiagnosticsResult { type CppDiagEndpointPingInfo (line 462) | interface CppDiagEndpointPingInfo { type CppDiagPingResult (line 472) | interface CppDiagPingResult { type CppPrependResponse (line 478) | interface CppPrependResponse extends CppObservableResponse { type CppPrependRequest (line 483) | interface CppPrependRequest extends CppObservableRequest { type CppPrependWithLegacyDurabilityRequest (line 494) | interface CppPrependWithLegacyDurabilityRequest type CppExistsResponse (line 507) | interface CppExistsResponse extends CppObservableResponse { type CppExistsRequest (line 517) | interface CppExistsRequest extends CppObservableRequest { type CppHttpNoopResponse (line 525) | interface CppHttpNoopResponse extends CppObservableResponse { type CppHttpNoopRequest (line 528) | interface CppHttpNoopRequest extends CppObservableRequest { type CppUnlockResponse (line 534) | interface CppUnlockResponse extends CppObservableResponse { type CppUnlockRequest (line 538) | interface CppUnlockRequest extends CppObservableRequest { type CppGetAllReplicasResponse (line 547) | interface CppGetAllReplicasResponse extends CppObservableResponse { type CppGetAllReplicasResponseEntry (line 551) | interface CppGetAllReplicasResponseEntry { type CppGetAllReplicasRequest (line 557) | interface CppGetAllReplicasRequest extends CppObservableRequest { type CppUpsertResponse (line 563) | interface CppUpsertResponse extends CppObservableResponse { type CppUpsertRequest (line 568) | interface CppUpsertRequest extends CppObservableRequest { type CppUpsertWithLegacyDurabilityRequest (line 581) | interface CppUpsertWithLegacyDurabilityRequest type CppGetAnyReplicaResponse (line 596) | interface CppGetAnyReplicaResponse extends CppObservableResponse { type CppGetAnyReplicaRequest (line 603) | interface CppGetAnyReplicaRequest extends CppObservableRequest { type CppAppendResponse (line 609) | interface CppAppendResponse extends CppObservableResponse { type CppAppendRequest (line 614) | interface CppAppendRequest extends CppObservableRequest { type CppAppendWithLegacyDurabilityRequest (line 625) | interface CppAppendWithLegacyDurabilityRequest type CppQueryResponse (line 638) | interface CppQueryResponse extends CppObservableResponse { type CppQueryResponseQueryMetrics (line 645) | interface CppQueryResponseQueryMetrics { type CppQueryResponseQueryProblem (line 655) | interface CppQueryResponseQueryProblem { type CppQueryResponseQueryMetaData (line 661) | interface CppQueryResponseQueryMetaData { type CppQueryRequest (line 671) | interface CppQueryRequest extends CppObservableRequest { type CppReplaceResponse (line 700) | interface CppReplaceResponse extends CppObservableResponse { type CppReplaceRequest (line 705) | interface CppReplaceRequest extends CppObservableRequest { type CppReplaceWithLegacyDurabilityRequest (line 719) | interface CppReplaceWithLegacyDurabilityRequest type CppGetAndTouchResponse (line 735) | interface CppGetAndTouchResponse extends CppObservableResponse { type CppGetAndTouchRequest (line 741) | interface CppGetAndTouchRequest extends CppObservableRequest { type CppRemoveResponse (line 750) | interface CppRemoveResponse extends CppObservableResponse { type CppRemoveRequest (line 755) | interface CppRemoveRequest extends CppObservableRequest { type CppRemoveWithLegacyDurabilityRequest (line 765) | interface CppRemoveWithLegacyDurabilityRequest type CppGetResponse (line 777) | interface CppGetResponse extends CppObservableResponse { type CppGetRequest (line 783) | interface CppGetRequest extends CppObservableRequest { type CppLookupInAllReplicasResponse (line 791) | interface CppLookupInAllReplicasResponse extends CppObservableResponse { type CppLookupInAllReplicasResponseEntry (line 795) | interface CppLookupInAllReplicasResponseEntry { type CppLookupInAllReplicasResponseEntryLookupInEntry (line 801) | interface CppLookupInAllReplicasResponseEntryLookupInEntry { type CppLookupInAllReplicasRequest (line 810) | interface CppLookupInAllReplicasRequest extends CppObservableRequest { type CppAnalyticsResponse (line 818) | interface CppAnalyticsResponse extends CppObservableResponse { type CppAnalyticsResponseAnalyticsMetrics (line 823) | interface CppAnalyticsResponseAnalyticsMetrics { type CppAnalyticsResponseAnalyticsProblem (line 832) | interface CppAnalyticsResponseAnalyticsProblem { type CppAnalyticsResponseAnalyticsMetaData (line 836) | interface CppAnalyticsResponseAnalyticsMetaData { type CppAnalyticsRequest (line 845) | interface CppAnalyticsRequest extends CppObservableRequest { type CppGetProjectedResponse (line 862) | interface CppGetProjectedResponse extends CppObservableResponse { type CppGetProjectedRequest (line 869) | interface CppGetProjectedRequest extends CppObservableRequest { type CppDecrementResponse (line 881) | interface CppDecrementResponse extends CppObservableResponse { type CppDecrementRequest (line 887) | interface CppDecrementRequest extends CppObservableRequest { type CppDecrementWithLegacyDurabilityRequest (line 899) | interface CppDecrementWithLegacyDurabilityRequest type CppSearchResponse (line 913) | interface CppSearchResponse extends CppObservableResponse { type CppSearchResponseSearchMetrics (line 921) | interface CppSearchResponseSearchMetrics { type CppSearchResponseSearchMetaData (line 928) | interface CppSearchResponseSearchMetaData { type CppSearchResponseSearchLocation (line 933) | interface CppSearchResponseSearchLocation { type CppSearchResponseSearchRow (line 941) | interface CppSearchResponseSearchRow { type CppSearchResponseSearchFacet (line 950) | interface CppSearchResponseSearchFacet { type CppSearchResponseSearchFacetTermFacet (line 960) | interface CppSearchResponseSearchFacetTermFacet { type CppSearchResponseSearchFacetDateRangeFacet (line 964) | interface CppSearchResponseSearchFacetDateRangeFacet { type CppSearchResponseSearchFacetNumericRangeFacet (line 970) | interface CppSearchResponseSearchFacetNumericRangeFacet { type CppSearchRequest (line 976) | interface CppSearchRequest extends CppObservableRequest { type CppTouchResponse (line 1006) | interface CppTouchResponse extends CppObservableResponse { type CppTouchRequest (line 1010) | interface CppTouchRequest extends CppObservableRequest { type CppLookupInResponse (line 1019) | interface CppLookupInResponse extends CppObservableResponse { type CppLookupInResponseEntry (line 1025) | interface CppLookupInResponseEntry { type CppLookupInRequest (line 1034) | interface CppLookupInRequest extends CppObservableRequest { type CppDocumentViewResponse (line 1044) | interface CppDocumentViewResponse extends CppObservableResponse { type CppDocumentViewResponseMetaData (line 1050) | interface CppDocumentViewResponseMetaData { type CppDocumentViewResponseRow (line 1054) | interface CppDocumentViewResponseRow { type CppDocumentViewResponseProblem (line 1059) | interface CppDocumentViewResponseProblem { type CppDocumentViewRequest (line 1063) | interface CppDocumentViewRequest extends CppObservableRequest { type CppGetAndLockResponse (line 1092) | interface CppGetAndLockResponse extends CppObservableResponse { type CppGetAndLockRequest (line 1098) | interface CppGetAndLockRequest extends CppObservableRequest { type CppInsertResponse (line 1107) | interface CppInsertResponse extends CppObservableResponse { type CppInsertRequest (line 1112) | interface CppInsertRequest extends CppObservableRequest { type CppInsertWithLegacyDurabilityRequest (line 1124) | interface CppInsertWithLegacyDurabilityRequest type CppLookupInAnyReplicaResponse (line 1138) | interface CppLookupInAnyReplicaResponse extends CppObservableResponse { type CppLookupInAnyReplicaResponseEntry (line 1145) | interface CppLookupInAnyReplicaResponseEntry { type CppLookupInAnyReplicaRequest (line 1154) | interface CppLookupInAnyReplicaRequest extends CppObservableRequest { type CppMutateInResponse (line 1162) | interface CppMutateInResponse extends CppObservableResponse { type CppMutateInResponseEntry (line 1169) | interface CppMutateInResponseEntry { type CppMutateInRequest (line 1177) | interface CppMutateInRequest extends CppObservableRequest { type CppMutateInWithLegacyDurabilityRequest (line 1195) | interface CppMutateInWithLegacyDurabilityRequest type CppIncrementResponse (line 1215) | interface CppIncrementResponse extends CppObservableResponse { type CppIncrementRequest (line 1221) | interface CppIncrementRequest extends CppObservableRequest { type CppIncrementWithLegacyDurabilityRequest (line 1233) | interface CppIncrementWithLegacyDurabilityRequest type CppManagementGroupUpsertResponse (line 1247) | interface CppManagementGroupUpsertResponse type CppManagementGroupUpsertRequest (line 1252) | interface CppManagementGroupUpsertRequest extends CppObservableRequest { type CppManagementEventingPauseFunctionResponse (line 1258) | interface CppManagementEventingPauseFunctionResponse type CppManagementEventingPauseFunctionRequest (line 1263) | interface CppManagementEventingPauseFunctionRequest type CppManagementQueryIndexGetAllResponse (line 1272) | interface CppManagementQueryIndexGetAllResponse type CppManagementQueryIndexGetAllRequest (line 1278) | interface CppManagementQueryIndexGetAllRequest type CppManagementCollectionCreateResponse (line 1288) | interface CppManagementCollectionCreateResponse type CppManagementCollectionCreateRequest (line 1293) | interface CppManagementCollectionCreateRequest type CppManagementEventingResumeFunctionResponse (line 1304) | interface CppManagementEventingResumeFunctionResponse type CppManagementEventingResumeFunctionRequest (line 1309) | interface CppManagementEventingResumeFunctionRequest type CppManagementSearchIndexGetStatsResponse (line 1318) | interface CppManagementSearchIndexGetStatsResponse type CppManagementSearchIndexGetStatsRequest (line 1325) | interface CppManagementSearchIndexGetStatsRequest type CppManagementBucketGetAllResponse (line 1332) | interface CppManagementBucketGetAllResponse type CppManagementBucketGetAllRequest (line 1337) | interface CppManagementBucketGetAllRequest extends CppObservableRequest { type CppManagementQueryIndexBuildDeferredResponse (line 1342) | interface CppManagementQueryIndexBuildDeferredResponse type CppManagementQueryIndexBuildDeferredResponseQueryProblem (line 1348) | interface CppManagementQueryIndexBuildDeferredResponseQueryProblem { type CppManagementQueryIndexBuildDeferredRequest (line 1352) | interface CppManagementQueryIndexBuildDeferredRequest type CppManagementClusterDescribeResponse (line 1362) | interface CppManagementClusterDescribeResponse type CppManagementClusterDescribeResponseClusterInfo (line 1367) | interface CppManagementClusterDescribeResponseClusterInfo { type CppManagementClusterDescribeResponseClusterInfoNode (line 1372) | interface CppManagementClusterDescribeResponseClusterInfoNode { type CppManagementClusterDescribeResponseClusterInfoBucket (line 1381) | interface CppManagementClusterDescribeResponseClusterInfoBucket { type CppManagementClusterDescribeRequest (line 1385) | interface CppManagementClusterDescribeRequest type CppManagementSearchIndexGetAllResponse (line 1391) | interface CppManagementSearchIndexGetAllResponse type CppManagementSearchIndexGetAllRequest (line 1398) | interface CppManagementSearchIndexGetAllRequest type CppManagementSearchIndexAnalyzeDocumentResponse (line 1406) | interface CppManagementSearchIndexAnalyzeDocumentResponse type CppManagementSearchIndexAnalyzeDocumentRequest (line 1413) | interface CppManagementSearchIndexAnalyzeDocumentRequest type CppManagementQueryIndexDropResponse (line 1423) | interface CppManagementQueryIndexDropResponse type CppManagementQueryIndexDropResponseQueryProblem (line 1429) | interface CppManagementQueryIndexDropResponseQueryProblem { type CppManagementQueryIndexDropRequest (line 1433) | interface CppManagementQueryIndexDropRequest type CppManagementAnalyticsDatasetCreateResponse (line 1446) | interface CppManagementAnalyticsDatasetCreateResponse type CppManagementAnalyticsDatasetCreateRequest (line 1452) | interface CppManagementAnalyticsDatasetCreateRequest type CppManagementBucketFlushResponse (line 1463) | interface CppManagementBucketFlushResponse type CppManagementBucketFlushRequest (line 1467) | interface CppManagementBucketFlushRequest extends CppObservableRequest { type CppManagementAnalyticsIndexDropResponse (line 1473) | interface CppManagementAnalyticsIndexDropResponse type CppManagementAnalyticsIndexDropRequest (line 1479) | interface CppManagementAnalyticsIndexDropRequest type CppManagementQueryIndexCreateResponse (line 1489) | interface CppManagementQueryIndexCreateResponse type CppManagementQueryIndexCreateResponseQueryProblem (line 1495) | interface CppManagementQueryIndexCreateResponseQueryProblem { type CppManagementQueryIndexCreateRequest (line 1499) | interface CppManagementQueryIndexCreateRequest type CppManagementSearchIndexUpsertResponse (line 1516) | interface CppManagementSearchIndexUpsertResponse type CppManagementSearchIndexUpsertRequest (line 1524) | interface CppManagementSearchIndexUpsertRequest type CppManagementAnalyticsDatasetGetAllResponse (line 1533) | interface CppManagementAnalyticsDatasetGetAllResponse type CppManagementAnalyticsDatasetGetAllRequest (line 1540) | interface CppManagementAnalyticsDatasetGetAllRequest type CppManagementAnalyticsIndexGetAllResponse (line 1546) | interface CppManagementAnalyticsIndexGetAllResponse type CppManagementAnalyticsIndexGetAllRequest (line 1553) | interface CppManagementAnalyticsIndexGetAllRequest type CppManagementAnalyticsGetPendingMutationsResponse (line 1559) | interface CppManagementAnalyticsGetPendingMutationsResponse type CppManagementAnalyticsGetPendingMutationsRequest (line 1566) | interface CppManagementAnalyticsGetPendingMutationsRequest type CppManagementAnalyticsDataverseDropResponse (line 1572) | interface CppManagementAnalyticsDataverseDropResponse type CppManagementAnalyticsDataverseDropRequest (line 1578) | interface CppManagementAnalyticsDataverseDropRequest type CppManagementEventingProblem (line 1586) | interface CppManagementEventingProblem { type CppManagementAnalyticsLinkConnectResponse (line 1591) | interface CppManagementAnalyticsLinkConnectResponse type CppManagementAnalyticsLinkConnectResponseProblem (line 1597) | interface CppManagementAnalyticsLinkConnectResponseProblem { type CppManagementAnalyticsLinkConnectRequest (line 1601) | interface CppManagementAnalyticsLinkConnectRequest type CppManagementCollectionsManifestGetResponse (line 1610) | interface CppManagementCollectionsManifestGetResponse type CppManagementCollectionsManifestGetRequest (line 1615) | interface CppManagementCollectionsManifestGetRequest type CppManagementChangePasswordResponse (line 1624) | interface CppManagementChangePasswordResponse type CppManagementChangePasswordRequest (line 1628) | interface CppManagementChangePasswordRequest type CppManagementClusterDeveloperPreviewEnableResponse (line 1635) | interface CppManagementClusterDeveloperPreviewEnableResponse type CppManagementClusterDeveloperPreviewEnableRequest (line 1639) | interface CppManagementClusterDeveloperPreviewEnableRequest type CppManagementAnalyticsLinkDropResponse (line 1645) | interface CppManagementAnalyticsLinkDropResponse type CppManagementAnalyticsLinkDropResponseProblem (line 1651) | interface CppManagementAnalyticsLinkDropResponseProblem { type CppManagementAnalyticsLinkDropRequest (line 1655) | interface CppManagementAnalyticsLinkDropRequest type CppManagementCollectionUpdateResponse (line 1663) | interface CppManagementCollectionUpdateResponse type CppManagementCollectionUpdateRequest (line 1668) | interface CppManagementCollectionUpdateRequest type CppManagementServerNodeAddress (line 1679) | interface CppManagementServerNodeAddress { type CppManagementServerNode (line 1684) | interface CppManagementServerNode { type CppManagementServerGroup (line 1692) | interface CppManagementServerGroup { type CppManagementBucketDescribeResponse (line 1696) | interface CppManagementBucketDescribeResponse type CppManagementBucketDescribeResponseBucketInfo (line 1701) | interface CppManagementBucketDescribeResponseBucketInfo { type CppManagementBucketDescribeRequest (line 1711) | interface CppManagementBucketDescribeRequest type CppManagementEventingUpsertFunctionResponse (line 1718) | interface CppManagementEventingUpsertFunctionResponse type CppManagementEventingUpsertFunctionRequest (line 1723) | interface CppManagementEventingUpsertFunctionRequest type CppManagementViewIndexGetAllResponse (line 1732) | interface CppManagementViewIndexGetAllResponse type CppManagementViewIndexGetAllRequest (line 1737) | interface CppManagementViewIndexGetAllRequest type CppManagementBucketGetResponse (line 1745) | interface CppManagementBucketGetResponse extends CppObservableResponse { type CppManagementBucketGetRequest (line 1749) | interface CppManagementBucketGetRequest extends CppObservableRequest { type CppManagementBucketUpdateResponse (line 1755) | interface CppManagementBucketUpdateResponse type CppManagementBucketUpdateRequest (line 1761) | interface CppManagementBucketUpdateRequest extends CppObservableRequest { type CppManagementBucketDropResponse (line 1767) | interface CppManagementBucketDropResponse extends CppObservableResponse { type CppManagementBucketDropRequest (line 1770) | interface CppManagementBucketDropRequest extends CppObservableRequest { type CppManagementFreeformResponse (line 1776) | interface CppManagementFreeformResponse extends CppObservableResponse { type CppManagementFreeformRequest (line 1782) | interface CppManagementFreeformRequest extends CppObservableRequest { type CppManagementScopeDropResponse (line 1792) | interface CppManagementScopeDropResponse extends CppObservableResponse { type CppManagementScopeDropRequest (line 1796) | interface CppManagementScopeDropRequest extends CppObservableRequest { type CppManagementViewIndexUpsertResponse (line 1803) | interface CppManagementViewIndexUpsertResponse type CppManagementViewIndexUpsertRequest (line 1807) | interface CppManagementViewIndexUpsertRequest type CppManagementUserGetAllResponse (line 1815) | interface CppManagementUserGetAllResponse extends CppObservableResponse { type CppManagementUserGetAllRequest (line 1819) | interface CppManagementUserGetAllRequest extends CppObservableRequest { type CppManagementScopeCreateResponse (line 1825) | interface CppManagementScopeCreateResponse type CppManagementScopeCreateRequest (line 1830) | interface CppManagementScopeCreateRequest extends CppObservableRequest { type CppManagementEventingGetFunctionResponse (line 1837) | interface CppManagementEventingGetFunctionResponse type CppManagementEventingGetFunctionRequest (line 1843) | interface CppManagementEventingGetFunctionRequest type CppManagementViewIndexDropResponse (line 1852) | interface CppManagementViewIndexDropResponse type CppManagementViewIndexDropRequest (line 1856) | interface CppManagementViewIndexDropRequest type CppManagementAnalyticsLinkReplaceResponse (line 1865) | interface CppManagementAnalyticsLinkReplaceResponse type CppManagementAnalyticsLinkReplaceResponseProblem (line 1871) | interface CppManagementAnalyticsLinkReplaceResponseProblem { type CppManagementAnalyticsLinkReplaceAzureBlobExternalLinkRequest (line 1875) | interface CppManagementAnalyticsLinkReplaceAzureBlobExternalLinkRequest type CppManagementAnalyticsLinkReplaceCouchbaseRemoteLinkRequest (line 1882) | interface CppManagementAnalyticsLinkReplaceCouchbaseRemoteLinkRequest type CppManagementAnalyticsLinkReplaceS3ExternalLinkRequest (line 1889) | interface CppManagementAnalyticsLinkReplaceS3ExternalLinkRequest type CppManagementAnalyticsLinkDisconnectResponse (line 1896) | interface CppManagementAnalyticsLinkDisconnectResponse type CppManagementAnalyticsLinkDisconnectResponseProblem (line 1902) | interface CppManagementAnalyticsLinkDisconnectResponseProblem { type CppManagementAnalyticsLinkDisconnectRequest (line 1906) | interface CppManagementAnalyticsLinkDisconnectRequest type CppManagementUserUpsertResponse (line 1914) | interface CppManagementUserUpsertResponse extends CppObservableResponse { type CppManagementUserUpsertRequest (line 1918) | interface CppManagementUserUpsertRequest extends CppObservableRequest { type CppManagementEventingGetStatusResponse (line 1925) | interface CppManagementEventingGetStatusResponse type CppManagementEventingGetStatusRequest (line 1931) | interface CppManagementEventingGetStatusRequest type CppManagementEventingGetAllFunctionsResponse (line 1939) | interface CppManagementEventingGetAllFunctionsResponse type CppManagementEventingGetAllFunctionsRequest (line 1945) | interface CppManagementEventingGetAllFunctionsRequest type CppManagementAnalyticsIndexCreateResponse (line 1953) | interface CppManagementAnalyticsIndexCreateResponse type CppManagementAnalyticsIndexCreateRequest (line 1959) | interface CppManagementAnalyticsIndexCreateRequest type CppManagementScopeGetAllResponse (line 1970) | interface CppManagementScopeGetAllResponse type CppManagementScopeGetAllRequest (line 1975) | interface CppManagementScopeGetAllRequest extends CppObservableRequest { type CppManagementUserGetResponse (line 1981) | interface CppManagementUserGetResponse extends CppObservableResponse { type CppManagementUserGetRequest (line 1985) | interface CppManagementUserGetRequest extends CppObservableRequest { type CppManagementSearchIndexDropResponse (line 1992) | interface CppManagementSearchIndexDropResponse type CppManagementSearchIndexDropRequest (line 1998) | interface CppManagementSearchIndexDropRequest type CppManagementSearchIndexControlPlanFreezeResponse (line 2007) | interface CppManagementSearchIndexControlPlanFreezeResponse type CppManagementSearchIndexControlPlanFreezeRequest (line 2013) | interface CppManagementSearchIndexControlPlanFreezeRequest type CppManagementSearchGetStatsResponse (line 2023) | interface CppManagementSearchGetStatsResponse type CppManagementSearchGetStatsRequest (line 2028) | interface CppManagementSearchGetStatsRequest type CppManagementUserDropResponse (line 2034) | interface CppManagementUserDropResponse extends CppObservableResponse { type CppManagementUserDropRequest (line 2037) | interface CppManagementUserDropRequest extends CppObservableRequest { type CppManagementAnalyticsDataverseCreateResponse (line 2044) | interface CppManagementAnalyticsDataverseCreateResponse type CppManagementAnalyticsDataverseCreateRequest (line 2050) | interface CppManagementAnalyticsDataverseCreateRequest type CppManagementSearchIndexControlQueryResponse (line 2058) | interface CppManagementSearchIndexControlQueryResponse type CppManagementSearchIndexControlQueryRequest (line 2064) | interface CppManagementSearchIndexControlQueryRequest type CppManagementRoleGetAllResponse (line 2074) | interface CppManagementRoleGetAllResponse extends CppObservableResponse { type CppManagementRoleGetAllRequest (line 2078) | interface CppManagementRoleGetAllRequest extends CppObservableRequest { type CppManagementGroupGetAllResponse (line 2083) | interface CppManagementGroupGetAllResponse type CppManagementGroupGetAllRequest (line 2088) | interface CppManagementGroupGetAllRequest extends CppObservableRequest { type CppManagementAnalyticsLinkCreateResponse (line 2093) | interface CppManagementAnalyticsLinkCreateResponse type CppManagementAnalyticsLinkCreateResponseProblem (line 2099) | interface CppManagementAnalyticsLinkCreateResponseProblem { type CppManagementAnalyticsLinkCreateAzureBlobExternalLinkRequest (line 2103) | interface CppManagementAnalyticsLinkCreateAzureBlobExternalLinkRequest type CppManagementAnalyticsLinkCreateCouchbaseRemoteLinkRequest (line 2110) | interface CppManagementAnalyticsLinkCreateCouchbaseRemoteLinkRequest type CppManagementAnalyticsLinkCreateS3ExternalLinkRequest (line 2117) | interface CppManagementAnalyticsLinkCreateS3ExternalLinkRequest type CppManagementEventingDropFunctionResponse (line 2124) | interface CppManagementEventingDropFunctionResponse type CppManagementEventingDropFunctionRequest (line 2129) | interface CppManagementEventingDropFunctionRequest type CppManagementCollectionDropResponse (line 2138) | interface CppManagementCollectionDropResponse type CppManagementCollectionDropRequest (line 2143) | interface CppManagementCollectionDropRequest type CppManagementAnalyticsProblem (line 2152) | interface CppManagementAnalyticsProblem { type CppManagementSearchIndexControlIngestResponse (line 2156) | interface CppManagementSearchIndexControlIngestResponse type CppManagementSearchIndexControlIngestRequest (line 2162) | interface CppManagementSearchIndexControlIngestRequest type CppManagementEventingDeployFunctionResponse (line 2172) | interface CppManagementEventingDeployFunctionResponse type CppManagementEventingDeployFunctionRequest (line 2177) | interface CppManagementEventingDeployFunctionRequest type CppManagementGroupGetResponse (line 2186) | interface CppManagementGroupGetResponse extends CppObservableResponse { type CppManagementGroupGetRequest (line 2190) | interface CppManagementGroupGetRequest extends CppObservableRequest { type CppManagementViewIndexGetResponse (line 2196) | interface CppManagementViewIndexGetResponse type CppManagementViewIndexGetRequest (line 2201) | interface CppManagementViewIndexGetRequest extends CppObservableRequest { type CppManagementBucketCreateResponse (line 2209) | interface CppManagementBucketCreateResponse type CppManagementBucketCreateRequest (line 2214) | interface CppManagementBucketCreateRequest extends CppObservableRequest { type CppManagementAnalyticsDatasetDropResponse (line 2220) | interface CppManagementAnalyticsDatasetDropResponse type CppManagementAnalyticsDatasetDropRequest (line 2226) | interface CppManagementAnalyticsDatasetDropRequest type CppManagementGroupDropResponse (line 2235) | interface CppManagementGroupDropResponse extends CppObservableResponse { type CppManagementGroupDropRequest (line 2238) | interface CppManagementGroupDropRequest extends CppObservableRequest { type CppManagementSearchIndexGetResponse (line 2244) | interface CppManagementSearchIndexGetResponse type CppManagementSearchIndexGetRequest (line 2251) | interface CppManagementSearchIndexGetRequest type CppManagementQueryIndexGetAllDeferredResponse (line 2260) | interface CppManagementQueryIndexGetAllDeferredResponse type CppManagementQueryIndexGetAllDeferredRequest (line 2266) | interface CppManagementQueryIndexGetAllDeferredRequest type CppManagementQueryIndexBuildResponse (line 2276) | interface CppManagementQueryIndexBuildResponse type CppManagementQueryIndexBuildResponseQueryProblem (line 2282) | interface CppManagementQueryIndexBuildResponseQueryProblem { type CppManagementQueryIndexBuildRequest (line 2286) | interface CppManagementQueryIndexBuildRequest type CppManagementEventingUndeployFunctionResponse (line 2297) | interface CppManagementEventingUndeployFunctionResponse type CppManagementEventingUndeployFunctionRequest (line 2302) | interface CppManagementEventingUndeployFunctionRequest type CppManagementSearchIndexGetDocumentsCountResponse (line 2311) | interface CppManagementSearchIndexGetDocumentsCountResponse type CppManagementSearchIndexGetDocumentsCountRequest (line 2318) | interface CppManagementSearchIndexGetDocumentsCountRequest type CppManagementAnalyticsLinkGetAllResponse (line 2327) | interface CppManagementAnalyticsLinkGetAllResponse type CppManagementAnalyticsLinkGetAllResponseProblem (line 2336) | interface CppManagementAnalyticsLinkGetAllResponseProblem { type CppManagementAnalyticsLinkGetAllRequest (line 2340) | interface CppManagementAnalyticsLinkGetAllRequest type CppImplSubdocCommand (line 2349) | interface CppImplSubdocCommand { type CppScanTerm (line 2356) | interface CppScanTerm { type CppRangeScan (line 2360) | interface CppRangeScan { type CppPrefixScan (line 2364) | interface CppPrefixScan { type CppSamplingScan (line 2367) | interface CppSamplingScan { type CppRangeSnapshotRequirements (line 2371) | interface CppRangeSnapshotRequirements { type CppRangeScanCreateOptions (line 2376) | interface CppRangeScanCreateOptions { type CppRangeScanCreateResult (line 2388) | interface CppRangeScanCreateResult { type CppRangeScanContinueOptions (line 2392) | interface CppRangeScanContinueOptions { type CppRangeScanContinueResult (line 2400) | interface CppRangeScanContinueResult { type CppRangeScanCancelOptions (line 2405) | interface CppRangeScanCancelOptions { type CppRangeScanItemBody (line 2410) | interface CppRangeScanItemBody { type CppRangeScanItem (line 2418) | interface CppRangeScanItem { type CppRangeScanCancelResult (line 2422) | interface CppRangeScanCancelResult {} type CppMutationState (line 2423) | interface CppMutationState { type CppRangeScanOrchestratorOptions (line 2426) | interface CppRangeScanOrchestratorOptions extends CppObservableRequest { type CppConnectionAutogen (line 2437) | interface CppConnectionAutogen { type CppBindingAutogen (line 3118) | interface CppBindingAutogen { type CppObservableRequests (line 3602) | type CppObservableRequests = type CppErrc (line 3717) | type CppErrc = type CppErrorBase (line 3730) | interface CppErrorBase extends CppObservableResponse { type CppGenericError (line 3734) | interface CppGenericError extends CppErrorBase { type CppEnhancedErrorInfo (line 3738) | interface CppEnhancedErrorInfo { type CppKeyValueError (line 3743) | interface CppKeyValueError extends CppErrorBase { type CppViewError (line 3756) | interface CppViewError extends CppErrorBase { type CppQueryError (line 3772) | interface CppQueryError extends CppErrorBase { type CppSearchError (line 3789) | interface CppSearchError extends CppErrorBase { type CppAnalyticsError (line 3805) | interface CppAnalyticsError extends CppErrorBase { type CppHttpError (line 3822) | interface CppHttpError extends CppErrorBase { type CppTxnOperationFailed (line 3835) | interface CppTxnOperationFailed extends CppErrorBase { type CppTxnOpException (line 3844) | interface CppTxnOpException extends CppErrorBase { type CppTxnError (line 3851) | interface CppTxnError extends CppErrorBase { type CppTransactionErrorContext (line 3859) | interface CppTransactionErrorContext { type CppTransactionOpErrorContext (line 3864) | interface CppTransactionOpErrorContext { type CppError (line 3869) | type CppError = type CppConnection (line 3881) | interface CppConnection extends CppConnectionAutogen { type CppTransactionKeyspace (line 3964) | interface CppTransactionKeyspace { type CppTransactionsConfig (line 3970) | interface CppTransactionsConfig { type CppTransactionOptions (line 3980) | interface CppTransactionOptions { type CppTransactionLinks (line 3986) | interface CppTransactionLinks { type CppTransactionGetMetaData (line 4005) | interface CppTransactionGetMetaData { type CppTransactionGetResult (line 4012) | interface CppTransactionGetResult { type CppTransactionGetMultiResult (line 4020) | interface CppTransactionGetMultiResult { type CppTransactionGetMultiReplicasFromPreferredServerGroupResult (line 4024) | interface CppTransactionGetMultiReplicasFromPreferredServerGroupResult { type CppTransactionResult (line 4028) | interface CppTransactionResult { type CppTransactions (line 4033) | interface CppTransactions { type CppTransaction (line 4039) | interface CppTransaction { type CppBinding (line 4141) | interface CppBinding extends CppBindingAutogen { FILE: lib/bindingutilities.ts function durabilityToCpp (line 99) | function durabilityToCpp( function durabilityFromCpp (line 127) | function durabilityFromCpp( function persistToToCpp (line 150) | function persistToToCpp(persistTo: number | undefined): CppPersistTo { function replicateToToCpp (line 176) | function replicateToToCpp( function storeSemanticToCpp (line 200) | function storeSemanticToCpp( function viewScanConsistencyToCpp (line 221) | function viewScanConsistencyToCpp( function viewOrderingToCpp (line 243) | function viewOrderingToCpp( function queryScanConsistencyToCpp (line 263) | function queryScanConsistencyToCpp( function queryScanConsistencyFromCpp (line 283) | function queryScanConsistencyFromCpp( function queryProfileToCpp (line 300) | function queryProfileToCpp( function analyticsScanConsistencyToCpp (line 322) | function analyticsScanConsistencyToCpp( function analyticsStatusFromCpp (line 342) | function analyticsStatusFromCpp( function searchScanConsistencyToCpp (line 373) | function searchScanConsistencyToCpp( function searchHighlightStyleToCpp (line 391) | function searchHighlightStyleToCpp( function mutationStateToCpp (line 411) | function mutationStateToCpp( function serviceTypeToCpp (line 432) | function serviceTypeToCpp(service: ServiceType): CppServiceType { function serviceTypeFromCpp (line 455) | function serviceTypeFromCpp(service: CppServiceType): ServiceType { function endpointStateFromCpp (line 478) | function endpointStateFromCpp( function txnExternalExceptionStringFromCpp (line 497) | function txnExternalExceptionStringFromCpp( function txnOpExeptionFromCpp (line 615) | function txnOpExeptionFromCpp( function pingStateFromCpp (line 668) | function pingStateFromCpp(service: CppDiagPingState): PingState { function contextFromCpp (line 683) | function contextFromCpp(err: CppError | null): ErrorContext | null { function retryReasonFromCpp (line 789) | function retryReasonFromCpp(reason: CppRetryReason): string { function errorFromCpp (line 844) | function errorFromCpp(err: CppError | null): Error | null { function scanTypeToCpp (line 1066) | function scanTypeToCpp( function bucketTypeToCpp (line 1101) | function bucketTypeToCpp( function bucketTypeFromCpp (line 1122) | function bucketTypeFromCpp( function bucketCompressionModeToCpp (line 1141) | function bucketCompressionModeToCpp( function bucketCompressionModeFromCpp (line 1162) | function bucketCompressionModeFromCpp( function bucketEvictionPolicyToCpp (line 1181) | function bucketEvictionPolicyToCpp( function bucketEvictionPolicyFromCpp (line 1204) | function bucketEvictionPolicyFromCpp( function bucketStorageBackendToCpp (line 1234) | function bucketStorageBackendToCpp( function bucketStorageBackendFromCpp (line 1253) | function bucketStorageBackendFromCpp( function bucketConflictResolutionTypeToCpp (line 1276) | function bucketConflictResolutionTypeToCpp( function bucketConflictResolutionTypeFromCpp (line 1297) | function bucketConflictResolutionTypeFromCpp( function vectorQueryCombinationToCpp (line 1325) | function vectorQueryCombinationToCpp( function designDocumentNamespaceFromCpp (line 1342) | function designDocumentNamespaceFromCpp( function designDocumentNamespaceToCpp (line 1359) | function designDocumentNamespaceToCpp( function transactionKeyspaceToCpp (line 1376) | function transactionKeyspaceToCpp( function eventingBucketBindingAccessToCpp (line 1391) | function eventingBucketBindingAccessToCpp( function eventingBucketBindingAccessFromCpp (line 1410) | function eventingBucketBindingAccessFromCpp( function eventingFunctionDcpBoundaryToCpp (line 1430) | function eventingFunctionDcpBoundaryToCpp( function eventingFunctionDcpBoundaryFromCpp (line 1451) | function eventingFunctionDcpBoundaryFromCpp( function eventingFunctionDeploymentStatusToCpp (line 1474) | function eventingFunctionDeploymentStatusToCpp( function eventingFunctionDeploymentStatusFromCpp (line 1495) | function eventingFunctionDeploymentStatusFromCpp( function eventingFunctionProcessingStatusToCpp (line 1520) | function eventingFunctionProcessingStatusToCpp( function eventingFunctionProcessingStatusFromCpp (line 1541) | function eventingFunctionProcessingStatusFromCpp( function eventingFunctionLogLevelToCpp (line 1566) | function eventingFunctionLogLevelToCpp( function eventingFunctionLogLevelFromCpp (line 1599) | function eventingFunctionLogLevelFromCpp( function eventingFunctionLanguageCompatibilityToCpp (line 1632) | function eventingFunctionLanguageCompatibilityToCpp( function eventingFunctionLanguageCompatibilityFromCpp (line 1665) | function eventingFunctionLanguageCompatibilityFromCpp( function eventingFunctionStatusFromCpp (line 1706) | function eventingFunctionStatusFromCpp( function couchbaseLinkEncryptionLevelFromCpp (line 1736) | function couchbaseLinkEncryptionLevelFromCpp( function encryptionLevelToCpp (line 1761) | function encryptionLevelToCpp( function encryptionSettingsToCpp (line 1780) | function encryptionSettingsToCpp( function encryptionSettingsFromCpp (line 1802) | function encryptionSettingsFromCpp( function authDomainToCpp (line 1820) | function authDomainToCpp(domain: string): CppManagementRbacAuthDomain { function authDomainFromCpp (line 1836) | function authDomainFromCpp(domain: CppManagementRbacAuthDomain): string { function readPreferenceToCpp (line 1854) | function readPreferenceToCpp( function transactionGetMultiModeToCpp (line 1874) | function transactionGetMultiModeToCpp( function transactionGetMultiReplicasFromPreferredServerGroupModeToCpp (line 1898) | function transactionGetMultiReplicasFromPreferredServerGroupModeToCpp( FILE: lib/bucket.ts class Bucket (line 27) | class Bucket { method constructor (line 35) | constructor(cluster: Cluster, bucketName: string) { method conn (line 44) | get conn(): CppConnection { method cluster (line 51) | get cluster(): Cluster { method transcoder (line 58) | get transcoder(): Transcoder { method name (line 65) | get name(): string { method scope (line 74) | scope(scopeName: string): Scope { method defaultScope (line 81) | defaultScope(): Scope { method collection (line 90) | collection(collectionName: string): Collection { method defaultCollection (line 98) | defaultCollection(): Collection { method viewIndexes (line 110) | viewIndexes(): ViewIndexManager { method collections (line 118) | collections(): CollectionManager { method viewQuery (line 134) | viewQuery( method ping (line 169) | ping( FILE: lib/bucketmanager.ts type ConflictResolutionType (line 34) | enum ConflictResolutionType { type BucketType (line 61) | enum BucketType { type StorageBackend (line 83) | enum StorageBackend { type EvictionPolicy (line 100) | enum EvictionPolicy { type CompressionMode (line 127) | enum CompressionMode { type IBucketSettings (line 153) | interface IBucketSettings { class BucketSettings (line 267) | class BucketSettings implements IBucketSettings { method constructor (line 355) | constructor(data: BucketSettings) { method maxTTL (line 379) | get maxTTL(): number { method maxTTL (line 382) | set maxTTL(val: number) { method ejectionMethod (line 391) | get ejectionMethod(): EvictionPolicy | string { method ejectionMethod (line 394) | set ejectionMethod(val: EvictionPolicy | string) { method durabilityMinLevel (line 404) | get durabilityMinLevel(): string { method _toCppData (line 411) | static _toCppData(data: IBucketSettings): any { method _fromCppData (line 446) | static _fromCppData( type ICreateBucketSettings (line 478) | interface ICreateBucketSettings extends IBucketSettings { class CreateBucketSettings (line 491) | class CreateBucketSettings method constructor (line 503) | constructor(data: CreateBucketSettings) { method _toCppData (line 511) | static _toCppData(data: ICreateBucketSettings): any { type CreateBucketOptions (line 524) | interface CreateBucketOptions { type UpdateBucketOptions (line 539) | interface UpdateBucketOptions { type DropBucketOptions (line 554) | interface DropBucketOptions { type GetBucketOptions (line 569) | interface GetBucketOptions { type GetAllBucketsOptions (line 584) | interface GetAllBucketsOptions { type FlushBucketOptions (line 599) | interface FlushBucketOptions { class BucketManager (line 617) | class BucketManager { method constructor (line 623) | constructor(cluster: Cluster) { method observabilityInstruments (line 630) | get observabilityInstruments(): ObservabilityInstruments { method createBucket (line 641) | async createBucket( method updateBucket (line 694) | async updateBucket( method dropBucket (line 747) | async dropBucket( method getBucket (line 800) | async getBucket( method getAllBuckets (line 853) | async getAllBuckets( method flushBucket (line 907) | async flushBucket( FILE: lib/cluster.ts type TimeoutConfig (line 66) | interface TimeoutConfig { type SecurityConfig (line 123) | interface SecurityConfig { type DnsConfig (line 138) | interface DnsConfig { type AppTelemetryConfig (line 160) | interface AppTelemetryConfig { type TracingConfig (line 194) | interface TracingConfig { type OrphanReporterConfig (line 263) | interface OrphanReporterConfig { type MetricsConfig (line 290) | interface MetricsConfig { type ConnectOptions (line 310) | interface ConnectOptions { class Cluster (line 415) | class Cluster { method conn (line 448) | get conn(): CppConnection { method transcoder (line 455) | get transcoder(): Transcoder { method kvTimeout (line 462) | get kvTimeout(): number { method kvDurableTimeout (line 469) | get kvDurableTimeout(): number { method viewTimeout (line 476) | get viewTimeout(): number { method queryTimeout (line 483) | get queryTimeout(): number { method analyticsTimeout (line 490) | get analyticsTimeout(): number { method searchTimeout (line 497) | get searchTimeout(): number { method managementTimeout (line 504) | get managementTimeout(): number { method bootstrapTimeout (line 511) | get bootstrapTimeout(): number | undefined { method connectTimeout (line 518) | get connectTimeout(): number | undefined { method resolveTimeout (line 525) | get resolveTimeout(): number | undefined { method logger (line 532) | get logger(): CouchbaseLogger { method observabilityInstruments (line 539) | get observabilityInstruments(): ObservabilityInstruments { method toJSON (line 554) | toJSON(): Record { method constructor (line 563) | constructor(connStr: string, options?: ConnectOptions) { method connect (line 726) | static async connect( method bucket (line 743) | bucket(bucketName: string): Bucket { method users (line 761) | users(): UserManager { method buckets (line 769) | buckets(): BucketManager { method queryIndexes (line 777) | queryIndexes(): QueryIndexManager { method analyticsIndexes (line 785) | analyticsIndexes(): AnalyticsIndexManager { method searchIndexes (line 793) | searchIndexes(): SearchIndexManager { method eventingFunctions (line 802) | eventingFunctions(): EventingFunctionManager { method transactions (line 810) | transactions(): Transactions { method query (line 824) | query( method analyticsQuery (line 853) | analyticsQuery( method searchQuery (line 883) | searchQuery( method search (line 914) | search( method diagnostics (line 945) | diagnostics( method ping (line 971) | ping( method close (line 994) | async close(callback?: NodeCallback): Promise { method updateCredentials (line 1020) | updateCredentials(auth: Authenticator): void { method _getClusterLabels (line 1031) | _getClusterLabels(): Record { method _getCppCredentials (line 1036) | private _getCppCredentials( method _setupObservability (line 1068) | private _setupObservability(): [boolean, boolean] { method _connect (line 1121) | private async _connect() { method [inspect.custom] (line 546) | [inspect.custom](): Record { FILE: lib/collection.ts type GetOptions (line 68) | interface GetOptions { type ExistsOptions (line 101) | interface ExistsOptions { type InsertOptions (line 116) | interface InsertOptions { type UpsertOptions (line 166) | interface UpsertOptions { type ReplaceOptions (line 221) | interface ReplaceOptions { type RemoveOptions (line 282) | interface RemoveOptions { type GetAnyReplicaOptions (line 322) | interface GetAnyReplicaOptions { type GetAllReplicasOptions (line 347) | interface GetAllReplicasOptions { type TouchOptions (line 372) | interface TouchOptions { type GetAndTouchOptions (line 392) | interface GetAndTouchOptions { type GetAndLockOptions (line 412) | interface GetAndLockOptions { type UnlockOptions (line 432) | interface UnlockOptions { type LookupInOptions (line 447) | interface LookupInOptions { type LookupInAnyReplicaOptions (line 469) | interface LookupInAnyReplicaOptions { type LookupInAllReplicasOptions (line 489) | interface LookupInAllReplicasOptions { type MutateInOptions (line 509) | interface MutateInOptions { type ScanOptions (line 578) | interface ScanOptions { class Collection (line 625) | class Collection { method DEFAULT_NAME (line 629) | static get DEFAULT_NAME(): string { method constructor (line 643) | constructor(scope: Scope, collectionName: string) { method conn (line 655) | get conn(): CppConnection { method cluster (line 662) | get cluster(): Cluster { method scope (line 669) | get scope(): Scope { method transcoder (line 676) | get transcoder(): Transcoder { method observabilityInstruments (line 683) | get observabilityInstruments(): ObservabilityInstruments { method _mutationTimeout (line 690) | _mutationTimeout(durabilityLevel?: DurabilityLevel): number { method _cppDocId (line 704) | _cppDocId(key: string): CppDocumentId { method _encodeDoc (line 716) | _encodeDoc( method _decodeDoc (line 732) | _decodeDoc( method _subdocEncode (line 749) | _subdocEncode(value: any): any { method _subdocDecode (line 756) | _subdocDecode(bytes: Buffer): any { method name (line 769) | get name(): string { method get (line 780) | get( method _projectedGet (line 840) | private _projectedGet( method exists (line 939) | exists( method _getReplica (line 1000) | _getReplica( method getAnyReplica (line 1110) | getAnyReplica( method getAllReplicas (line 1146) | getAllReplicas( method insert (line 1179) | insert( method upsert (line 1273) | upsert( method replace (line 1368) | replace( method remove (line 1463) | remove( method getAndTouch (line 1554) | getAndTouch( method touch (line 1625) | touch( method getAndLock (line 1687) | getAndLock( method unlock (line 1753) | unlock( method _continueScan (line 1805) | _continueScan( method _doScan (line 1870) | _doScan( method scan (line 1915) | scan( method lookupIn (line 1968) | lookupIn( method _lookupInReplica (line 2065) | _lookupInReplica( method lookupInAnyReplica (line 2226) | lookupInAnyReplica( method lookupInAllReplicas (line 2270) | lookupInAllReplicas( method mutateIn (line 2305) | mutateIn( method list (line 2442) | list(key: string): CouchbaseList { method queue (line 2451) | queue(key: string): CouchbaseQueue { method map (line 2460) | map(key: string): CouchbaseMap { method set (line 2469) | set(key: string): CouchbaseSet { method binary (line 2477) | binary(): BinaryCollection { method _binaryIncrement (line 2484) | _binaryIncrement( method _binaryDecrement (line 2569) | _binaryDecrement( method _binaryAppend (line 2654) | _binaryAppend( method _binaryPrepend (line 2740) | _binaryPrepend( method queryIndexes (line 2827) | queryIndexes(): CollectionQueryIndexManager { FILE: lib/collectionmanager.ts type ICollectionSpec (line 20) | interface ICollectionSpec { class CollectionSpec (line 52) | class CollectionSpec { method constructor (line 81) | constructor(data: CollectionSpec) { method _fromCppData (line 91) | static _fromCppData( class ScopeSpec (line 109) | class ScopeSpec { method constructor (line 123) | constructor(data: ScopeSpec) { method _fromCppData (line 131) | static _fromCppData(data: CppTopologyCollectionsManifestScope): ScopeS... type CreateCollectionSettings (line 155) | interface CreateCollectionSettings { type UpdateCollectionSettings (line 177) | interface UpdateCollectionSettings { type CreateCollectionOptions (line 197) | interface CreateCollectionOptions { type GetAllScopesOptions (line 212) | interface GetAllScopesOptions { type DropCollectionOptions (line 227) | interface DropCollectionOptions { type CreateScopeOptions (line 242) | interface CreateScopeOptions { type DropScopeOptions (line 257) | interface DropScopeOptions { type UpdateCollectionOptions (line 272) | interface UpdateCollectionOptions { constant OPTIONS_KEYS (line 284) | const OPTIONS_KEYS = ['timeout', 'parentSpan'] function isOptions (line 289) | function isOptions(obj: any, expectedKeys: string[]): obj is T { class CollectionManager (line 301) | class CollectionManager { method constructor (line 307) | constructor(bucket: Bucket) { method _cluster (line 311) | private get _cluster() { method observabilityInstruments (line 318) | get observabilityInstruments(): ObservabilityInstruments { method getAllScopes (line 328) | async getAllScopes( method createCollection (line 421) | async createCollection(): Promise { method dropCollection (line 519) | async dropCollection( method updateCollection (line 582) | async updateCollection( method createScope (line 647) | async createScope( method dropScope (line 705) | async dropScope( FILE: lib/configProfile.ts type IConfigProfile (line 9) | interface IConfigProfile { class WanDevelopmentProfile (line 26) | class WanDevelopmentProfile implements IConfigProfile { method apply (line 34) | apply(options: ConnectOptions): void { class ConfigProfiles (line 60) | class ConfigProfiles { method constructor (line 63) | constructor() { method applyProfile (line 76) | applyProfile(profileName: string, options: ConnectOptions): void { method registerProfile (line 91) | registerProfile(profileName: string, profile: IConfigProfile): void { method unregisterProfile (line 102) | unregisterProfile(profileName: string): void { FILE: lib/connspec.ts class ConnSpec (line 9) | class ConnSpec { method constructor (line 15) | constructor(data?: Partial) { method parse (line 26) | static parse(connStr: string): ConnSpec { method toString (line 96) | toString(): string { FILE: lib/couchbase.ts function connect (line 14) | async function connect( function enableProtocolLoggerToSaveNetworkTrafficToFile (line 46) | function enableProtocolLoggerToSaveNetworkTrafficToFile( function shutdownLogger (line 58) | function shutdownLogger(): void { FILE: lib/crudoptypes.ts class GetResult (line 9) | class GetResult { method constructor (line 30) | constructor(data: { content: any; cas: Cas; expiryTime?: number }) { method value (line 41) | get value(): any { method value (line 44) | set value(v: any) { method expiry (line 53) | get expiry(): number | undefined { class ScanResult (line 63) | class ScanResult { method constructor (line 89) | constructor(data: { class ExistsResult (line 107) | class ExistsResult { method constructor (line 121) | constructor(data: ExistsResult) { class MutationResult (line 132) | class MutationResult { method constructor (line 146) | constructor(data: MutationResult) { class GetReplicaResult (line 157) | class GetReplicaResult { method constructor (line 176) | constructor(data: { content: any; cas: Cas; isReplica: boolean }) { class LookupInResultEntry (line 188) | class LookupInResultEntry { method constructor (line 202) | constructor(data: LookupInResultEntry) { class LookupInResult (line 213) | class LookupInResult { method constructor (line 226) | constructor(data: { content: LookupInResultEntry[]; cas: Cas }) { method results (line 236) | get results(): LookupInResultEntry[] { method results (line 239) | set results(v: LookupInResultEntry[]) { class LookupInReplicaResult (line 249) | class LookupInReplicaResult { method constructor (line 264) | constructor(data: { class MutateInResultEntry (line 280) | class MutateInResultEntry { method constructor (line 291) | constructor(data: MutateInResultEntry) { class MutateInResult (line 301) | class MutateInResult { method constructor (line 320) | constructor(data: MutateInResult) { class CounterResult (line 332) | class CounterResult { method constructor (line 351) | constructor(data: CounterResult) { FILE: lib/datastructures.ts class CouchbaseList (line 17) | class CouchbaseList { method constructor (line 24) | constructor(collection: Collection, key: string) { method _get (line 29) | private async _get(parentSpan?: WrappedSpan): Promise { method getAll (line 43) | async getAll(callback?: NodeCallback): Promise { method forEach (line 68) | async forEach( method getAt (line 110) | async getAt(index: number, callback?: NodeCallback): Promise { method removeAt (line 145) | async removeAt(index: number, callback?: NodeCallback): Promise<... method indexOf (line 173) | async indexOf(value: any, callback?: NodeCallback): Promise): Promise { method push (line 234) | async push(value: any, callback?: NodeCallback): Promise { method unshift (line 265) | async unshift(value: any, callback?: NodeCallback): Promise { method [Symbol.asyncIterator] (line 83) | [Symbol.asyncIterator](): AsyncIterator { class CouchbaseMap (line 298) | class CouchbaseMap { method constructor (line 305) | constructor(collection: Collection, key: string) { method _get (line 310) | private async _get( method getAll (line 326) | async getAll( method forEach (line 353) | async forEach( method set (line 400) | async set( method get (line 435) | async get(item: string, callback?: NodeCallback): Promise { method remove (line 470) | async remove(item: string, callback?: NodeCallback): Promise): Promise { method values (line 553) | async values(callback?: NodeCallback): Promise { method size (line 577) | async size(callback?: NodeCallback): Promise { method [Symbol.asyncIterator] (line 368) | [Symbol.asyncIterator](): AsyncIterator<[any, string]> { class CouchbaseQueue (line 607) | class CouchbaseQueue { method constructor (line 614) | constructor(collection: Collection, key: string) { method _get (line 619) | private async _get(): Promise { method size (line 633) | async size(callback?: NodeCallback): Promise { method push (line 661) | async push(value: any, callback?: NodeCallback): Promise { method pop (line 691) | async pop(callback?: NodeCallback): Promise { class CouchbaseSet (line 746) | class CouchbaseSet { method constructor (line 753) | constructor(collection: Collection, key: string) { method _get (line 758) | private async _get(parentSpan?: RequestSpan): Promise { method add (line 774) | async add(item: any, callback?: NodeCallback): Promise): Promise { method values (line 898) | async values(callback?: NodeCallback): Promise { method size (line 922) | async size(callback?: NodeCallback): Promise { FILE: lib/diagnosticsexecutor.ts class DiagnoticsExecutor (line 22) | class DiagnoticsExecutor { method constructor (line 28) | constructor(cluster: Cluster) { method diagnostics (line 35) | async diagnostics(options: DiagnosticsOptions): Promise { FILE: lib/diagnosticstypes.ts type EndpointState (line 8) | enum EndpointState { type PingState (line 33) | enum PingState { type JsonPingReport (line 56) | interface JsonPingReport { type JsonDiagnosticsReport (line 81) | interface JsonDiagnosticsReport { class PingEndpoint (line 105) | class PingEndpoint { method constructor (line 109) | constructor(data: PingEndpoint) { class PingResult (line 166) | class PingResult { method constructor (line 170) | constructor(data: { method toJSON (line 205) | toJSON(): JsonPingReport { type PingOptions (line 235) | interface PingOptions { class DiagnosticsEndpoint (line 263) | class DiagnosticsEndpoint { method constructor (line 267) | constructor(data: DiagnosticsEndpoint) { class DiagnosticsResult (line 322) | class DiagnosticsResult { method constructor (line 326) | constructor(data: { method toJSON (line 361) | toJSON(): JsonDiagnosticsReport { type DiagnosticsOptions (line 391) | interface DiagnosticsOptions { FILE: lib/errorcontexts.ts type ErrorContextTypes (line 8) | type ErrorContextTypes = class ErrorContext (line 21) | class ErrorContext { method constructor (line 42) | constructor(data: ErrorContextTypes) { class KeyValueErrorContext (line 55) | class KeyValueErrorContext extends ErrorContext { method constructor (line 104) | constructor(data: KeyValueErrorContext) { class ViewErrorContext (line 124) | class ViewErrorContext extends ErrorContext { method constructor (line 153) | constructor(data: ViewErrorContext) { class QueryErrorContext (line 169) | class QueryErrorContext extends ErrorContext { method constructor (line 199) | constructor(data: QueryErrorContext) { class SearchErrorContext (line 215) | class SearchErrorContext extends ErrorContext { method constructor (line 244) | constructor(data: SearchErrorContext) { class AnalyticsErrorContext (line 260) | class AnalyticsErrorContext extends ErrorContext { method constructor (line 290) | constructor(data: QueryErrorContext) { class HttpErrorContext (line 306) | class HttpErrorContext extends ErrorContext { method constructor (line 330) | constructor(data: HttpErrorContext) { FILE: lib/errors.ts class CouchbaseError (line 18) | class CouchbaseError extends Error { method constructor (line 37) | constructor(message: string, cause?: Error, context?: ErrorContext) { class ConnectionClosedError (line 52) | class ConnectionClosedError extends CouchbaseError { method constructor (line 53) | constructor() { class ClusterClosedError (line 64) | class ClusterClosedError extends CouchbaseError { method constructor (line 65) | constructor() { class NeedOpenBucketError (line 77) | class NeedOpenBucketError extends CouchbaseError { method constructor (line 78) | constructor() { class InvalidDurabilityLevel (line 88) | class InvalidDurabilityLevel extends CouchbaseError { method constructor (line 89) | constructor() { class InvalidDurabilityPersistToLevel (line 99) | class InvalidDurabilityPersistToLevel extends CouchbaseError { method constructor (line 100) | constructor() { class InvalidDurabilityReplicateToLevel (line 110) | class InvalidDurabilityReplicateToLevel extends CouchbaseError { method constructor (line 111) | constructor() { class TimeoutError (line 121) | class TimeoutError extends CouchbaseError { method constructor (line 122) | constructor(cause?: Error, context?: ErrorContext) { class RequestCanceledError (line 132) | class RequestCanceledError extends CouchbaseError { method constructor (line 133) | constructor(cause?: Error, context?: ErrorContext) { class InvalidArgumentError (line 143) | class InvalidArgumentError extends CouchbaseError { method constructor (line 144) | constructor(cause?: Error, context?: ErrorContext) { class ServiceNotAvailableError (line 156) | class ServiceNotAvailableError extends CouchbaseError { method constructor (line 157) | constructor(cause?: Error, context?: ErrorContext) { class InternalServerFailureError (line 168) | class InternalServerFailureError extends CouchbaseError { method constructor (line 169) | constructor(cause?: Error, context?: ErrorContext) { class AuthenticationFailureError (line 179) | class AuthenticationFailureError extends CouchbaseError { method constructor (line 180) | constructor(cause?: Error, context?: ErrorContext) { class TemporaryFailureError (line 191) | class TemporaryFailureError extends CouchbaseError { method constructor (line 192) | constructor(cause?: Error, context?: ErrorContext) { class ParsingFailureError (line 202) | class ParsingFailureError extends CouchbaseError { method constructor (line 203) | constructor(cause?: Error, context?: ErrorContext) { class CasMismatchError (line 215) | class CasMismatchError extends CouchbaseError { method constructor (line 216) | constructor(cause?: Error, context?: ErrorContext) { class BucketNotFoundError (line 226) | class BucketNotFoundError extends CouchbaseError { method constructor (line 227) | constructor(cause?: Error, context?: ErrorContext) { class CollectionNotFoundError (line 237) | class CollectionNotFoundError extends CouchbaseError { method constructor (line 238) | constructor(cause?: Error, context?: ErrorContext) { class EncodingFailureError (line 248) | class EncodingFailureError extends CouchbaseError { method constructor (line 249) | constructor(cause?: Error, context?: ErrorContext) { class DecodingFailureError (line 259) | class DecodingFailureError extends CouchbaseError { method constructor (line 260) | constructor(cause?: Error, context?: ErrorContext) { class UnsupportedOperationError (line 270) | class UnsupportedOperationError extends CouchbaseError { method constructor (line 271) | constructor(cause?: Error, context?: ErrorContext) { class AmbiguousTimeoutError (line 283) | class AmbiguousTimeoutError extends TimeoutError { method constructor (line 284) | constructor(cause?: Error, context?: ErrorContext) { class UnambiguousTimeoutError (line 296) | class UnambiguousTimeoutError extends TimeoutError { method constructor (line 297) | constructor(cause?: Error, context?: ErrorContext) { class FeatureNotAvailableError (line 311) | class FeatureNotAvailableError extends CouchbaseError { method constructor (line 312) | constructor(cause?: Error, context?: ErrorContext) { class ScopeNotFoundError (line 322) | class ScopeNotFoundError extends CouchbaseError { method constructor (line 323) | constructor(cause?: Error, context?: ErrorContext) { class IndexNotFoundError (line 333) | class IndexNotFoundError extends CouchbaseError { method constructor (line 334) | constructor(cause?: Error, context?: ErrorContext) { class RateLimitedError (line 345) | class RateLimitedError extends CouchbaseError { method constructor (line 346) | constructor(cause?: Error, context?: ErrorContext) { class QuotaLimitedError (line 357) | class QuotaLimitedError extends CouchbaseError { method constructor (line 358) | constructor(cause?: Error, context?: ErrorContext) { class IndexExistsError (line 369) | class IndexExistsError extends CouchbaseError { method constructor (line 370) | constructor(cause?: Error, context?: ErrorContext) { class DocumentNotFoundError (line 380) | class DocumentNotFoundError extends CouchbaseError { method constructor (line 381) | constructor(cause?: Error, context?: ErrorContext) { class DocumentUnretrievableError (line 391) | class DocumentUnretrievableError extends CouchbaseError { method constructor (line 392) | constructor(cause?: Error, context?: ErrorContext) { class DocumentLockedError (line 403) | class DocumentLockedError extends CouchbaseError { method constructor (line 404) | constructor(cause?: Error, context?: ErrorContext) { class DocumentNotLockedError (line 415) | class DocumentNotLockedError extends CouchbaseError { method constructor (line 416) | constructor(cause?: Error, context?: ErrorContext) { class ValueTooLargeError (line 426) | class ValueTooLargeError extends CouchbaseError { method constructor (line 427) | constructor(cause?: Error, context?: ErrorContext) { class DocumentExistsError (line 438) | class DocumentExistsError extends CouchbaseError { method constructor (line 439) | constructor(cause?: Error, context?: ErrorContext) { class ValueNotJsonError (line 449) | class ValueNotJsonError extends CouchbaseError { method constructor (line 450) | constructor(cause?: Error, context?: ErrorContext) { class DurabilityLevelNotAvailableError (line 460) | class DurabilityLevelNotAvailableError extends CouchbaseError { method constructor (line 461) | constructor(cause?: Error, context?: ErrorContext) { class DurabilityImpossibleError (line 473) | class DurabilityImpossibleError extends CouchbaseError { method constructor (line 474) | constructor(cause?: Error, context?: ErrorContext) { class DurabilityAmbiguousError (line 486) | class DurabilityAmbiguousError extends CouchbaseError { method constructor (line 487) | constructor(cause?: Error, context?: ErrorContext) { class DurableWriteInProgressError (line 498) | class DurableWriteInProgressError extends CouchbaseError { method constructor (line 499) | constructor(cause?: Error, context?: ErrorContext) { class DurableWriteReCommitInProgressError (line 510) | class DurableWriteReCommitInProgressError extends CouchbaseError { method constructor (line 511) | constructor(cause?: Error, context?: ErrorContext) { class MutationLostError (line 521) | class MutationLostError extends CouchbaseError { method constructor (line 522) | constructor(cause?: Error, context?: ErrorContext) { class PathNotFoundError (line 532) | class PathNotFoundError extends CouchbaseError { method constructor (line 533) | constructor(cause?: Error, context?: ErrorContext) { class PathMismatchError (line 545) | class PathMismatchError extends CouchbaseError { method constructor (line 546) | constructor(cause?: Error, context?: ErrorContext) { class PathInvalidError (line 556) | class PathInvalidError extends CouchbaseError { method constructor (line 557) | constructor(cause?: Error, context?: ErrorContext) { class PathTooBigError (line 567) | class PathTooBigError extends CouchbaseError { method constructor (line 568) | constructor(cause?: Error, context?: ErrorContext) { class PathTooDeepError (line 578) | class PathTooDeepError extends CouchbaseError { method constructor (line 579) | constructor(cause?: Error, context?: ErrorContext) { class ValueTooDeepError (line 590) | class ValueTooDeepError extends CouchbaseError { method constructor (line 591) | constructor(cause?: Error, context?: ErrorContext) { class ValueInvalidError (line 601) | class ValueInvalidError extends CouchbaseError { method constructor (line 602) | constructor(cause?: Error, context?: ErrorContext) { class DocumentNotJsonError (line 613) | class DocumentNotJsonError extends CouchbaseError { method constructor (line 614) | constructor(cause?: Error, context?: ErrorContext) { class NumberTooBigError (line 624) | class NumberTooBigError extends CouchbaseError { method constructor (line 625) | constructor(cause?: Error, context?: ErrorContext) { class DeltaInvalidError (line 635) | class DeltaInvalidError extends CouchbaseError { method constructor (line 636) | constructor(cause?: Error, context?: ErrorContext) { class PathExistsError (line 647) | class PathExistsError extends CouchbaseError { method constructor (line 648) | constructor(cause?: Error, context?: ErrorContext) { class PlanningFailureError (line 658) | class PlanningFailureError extends CouchbaseError { method constructor (line 659) | constructor(cause?: Error, context?: ErrorContext) { class IndexFailureError (line 669) | class IndexFailureError extends CouchbaseError { method constructor (line 670) | constructor(cause?: Error, context?: ErrorContext) { class PreparedStatementFailureError (line 680) | class PreparedStatementFailureError extends CouchbaseError { method constructor (line 681) | constructor(cause?: Error, context?: ErrorContext) { class DmlFailureError (line 691) | class DmlFailureError extends CouchbaseError { method constructor (line 692) | constructor(cause?: Error, context?: ErrorContext) { class IndexNotReadyError (line 702) | class IndexNotReadyError extends CouchbaseError { method constructor (line 703) | constructor(cause?: Error, context?: ErrorContext) { class CompilationFailureError (line 713) | class CompilationFailureError extends CouchbaseError { method constructor (line 714) | constructor(cause?: Error, context?: ErrorContext) { class JobQueueFullError (line 725) | class JobQueueFullError extends CouchbaseError { method constructor (line 726) | constructor(cause?: Error, context?: ErrorContext) { class DatasetNotFoundError (line 736) | class DatasetNotFoundError extends CouchbaseError { method constructor (line 737) | constructor(cause?: Error, context?: ErrorContext) { class DataverseNotFoundError (line 747) | class DataverseNotFoundError extends CouchbaseError { method constructor (line 748) | constructor(cause?: Error, context?: ErrorContext) { class DatasetExistsError (line 759) | class DatasetExistsError extends CouchbaseError { method constructor (line 760) | constructor(cause?: Error, context?: ErrorContext) { class DataverseExistsError (line 771) | class DataverseExistsError extends CouchbaseError { method constructor (line 772) | constructor(cause?: Error, context?: ErrorContext) { class LinkNotFoundError (line 782) | class LinkNotFoundError extends CouchbaseError { method constructor (line 783) | constructor(cause?: Error, context?: ErrorContext) { class LinkExistsError (line 793) | class LinkExistsError extends CouchbaseError { method constructor (line 794) | constructor(cause?: Error, context?: ErrorContext) { class ViewNotFoundError (line 804) | class ViewNotFoundError extends CouchbaseError { method constructor (line 805) | constructor(cause?: Error, context?: ErrorContext) { class DesignDocumentNotFoundError (line 815) | class DesignDocumentNotFoundError extends CouchbaseError { method constructor (line 816) | constructor(cause?: Error, context?: ErrorContext) { class CollectionExistsError (line 827) | class CollectionExistsError extends CouchbaseError { method constructor (line 828) | constructor(cause?: Error, context?: ErrorContext) { class ScopeExistsError (line 839) | class ScopeExistsError extends CouchbaseError { method constructor (line 840) | constructor(cause?: Error, context?: ErrorContext) { class UserNotFoundError (line 850) | class UserNotFoundError extends CouchbaseError { method constructor (line 851) | constructor(cause?: Error, context?: ErrorContext) { class GroupNotFoundError (line 861) | class GroupNotFoundError extends CouchbaseError { method constructor (line 862) | constructor(cause?: Error, context?: ErrorContext) { class BucketExistsError (line 873) | class BucketExistsError extends CouchbaseError { method constructor (line 874) | constructor(cause?: Error, context?: ErrorContext) { class UserExistsError (line 885) | class UserExistsError extends CouchbaseError { method constructor (line 886) | constructor(cause?: Error, context?: ErrorContext) { class BucketNotFlushableError (line 897) | class BucketNotFlushableError extends CouchbaseError { method constructor (line 898) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionNotFoundError (line 908) | class EventingFunctionNotFoundError extends CouchbaseError { method constructor (line 909) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionNotDeployedError (line 920) | class EventingFunctionNotDeployedError extends CouchbaseError { method constructor (line 921) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionCompilationFailureError (line 931) | class EventingFunctionCompilationFailureError extends CouchbaseError { method constructor (line 932) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionIdenticalKeyspaceError (line 943) | class EventingFunctionIdenticalKeyspaceError extends CouchbaseError { method constructor (line 944) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionNotBootstrappedError (line 955) | class EventingFunctionNotBootstrappedError extends CouchbaseError { method constructor (line 956) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionDeployedError (line 967) | class EventingFunctionDeployedError extends CouchbaseError { method constructor (line 968) | constructor(cause?: Error, context?: ErrorContext) { class EventingFunctionPausedError (line 979) | class EventingFunctionPausedError extends CouchbaseError { method constructor (line 980) | constructor(cause?: Error, context?: ErrorContext) { class TransactionOperationFailedError (line 990) | class TransactionOperationFailedError extends CouchbaseError { method constructor (line 991) | constructor(cause?: Error, context?: ErrorContext) { class TransactionFailedError (line 1001) | class TransactionFailedError extends CouchbaseError { method constructor (line 1002) | constructor(cause?: Error, context?: ErrorContext) { class TransactionExpiredError (line 1012) | class TransactionExpiredError extends CouchbaseError { method constructor (line 1013) | constructor(cause?: Error) { class TransactionCommitAmbiguousError (line 1024) | class TransactionCommitAmbiguousError extends CouchbaseError { method constructor (line 1025) | constructor(cause?: Error) { class MeterError (line 1035) | class MeterError extends CouchbaseError { method constructor (line 1036) | constructor(cause?: Error) { FILE: lib/eventingfunctionmanager.ts type EventingFunctionDcpBoundary (line 47) | enum EventingFunctionDcpBoundary { type EventingFunctionDeploymentStatus (line 65) | enum EventingFunctionDeploymentStatus { type EventingFunctionProcessingStatus (line 82) | enum EventingFunctionProcessingStatus { type EventingFunctionStatus (line 99) | enum EventingFunctionStatus { type EventingFunctionLanguageCompatibility (line 136) | enum EventingFunctionLanguageCompatibility { type EventingFunctionLogLevel (line 167) | enum EventingFunctionLogLevel { type EventingFunctionBucketAccess (line 199) | enum EventingFunctionBucketAccess { type EventingFunctionUrlAuthMethod (line 216) | enum EventingFunctionUrlAuthMethod { class EventingFunctionKeyspace (line 243) | class EventingFunctionKeyspace { method constructor (line 244) | constructor(v: EventingFunctionKeyspace) { class EventingFunctionBucketBinding (line 271) | class EventingFunctionBucketBinding { method constructor (line 272) | constructor(v: EventingFunctionBucketBinding) { method _fromCppData (line 296) | static _fromCppData( method _toCppData (line 313) | static _toCppData( type EventingFunctionUrlAuth (line 333) | interface EventingFunctionUrlAuth { class EventingFunctionUrlAuthBasic (line 345) | class EventingFunctionUrlAuthBasic implements EventingFunctionUrlAuth { method constructor (line 351) | constructor(v: Omit) { class EventingFunctionUrlAuthDigest (line 372) | class EventingFunctionUrlAuthDigest implements EventingFunctionUrlAuth { method constructor (line 378) | constructor(v: Omit) { class EventingFunctionUrlAuthBearer (line 399) | class EventingFunctionUrlAuthBearer implements EventingFunctionUrlAuth { method constructor (line 405) | constructor(v: Omit) { class EventingFunctionUrlBinding (line 420) | class EventingFunctionUrlBinding { method constructor (line 421) | constructor(v: EventingFunctionUrlBinding) { method _fromCppData (line 457) | static _fromCppData( method _toCppData (line 503) | static _toCppData( class EventingFunctionConstantBinding (line 551) | class EventingFunctionConstantBinding { method constructor (line 552) | constructor(v: EventingFunctionConstantBinding) { method _fromCppData (line 570) | static _fromCppData( method _toCppData (line 582) | static _toCppData( class EventingFunctionSettings (line 598) | class EventingFunctionSettings { method constructor (line 599) | constructor(v: EventingFunctionSettings) { method _fromCppData (line 785) | static _fromCppData( method _toCppData (line 832) | static _toCppData( class EventingFunction (line 889) | class EventingFunction { method constructor (line 890) | constructor(v: EventingFunction) { method _fromCppData (line 971) | static _fromCppData(data: CppManagementEventingFunction): EventingFunc... method _toCppData (line 1008) | static _toCppData(data: EventingFunction): CppManagementEventingFuncti... class EventingFunctionState (line 1045) | class EventingFunctionState { method constructor (line 1046) | constructor(v: EventingFunctionState) { method _fromCppData (line 1088) | static _fromCppData( class EventingState (line 1112) | class EventingState { method constructor (line 1113) | constructor(v: EventingState) { method _fromCppData (line 1131) | static _fromCppData(data: CppManagementEventingStatus): EventingState { type UpsertFunctionOptions (line 1145) | interface UpsertFunctionOptions { type DropFunctionOptions (line 1160) | interface DropFunctionOptions { type GetAllFunctionsOptions (line 1175) | interface GetAllFunctionsOptions { type GetFunctionOptions (line 1190) | interface GetFunctionOptions { type DeployFunctionOptions (line 1205) | interface DeployFunctionOptions { type UndeployFunctionOptions (line 1220) | interface UndeployFunctionOptions { type PauseFunctionOptions (line 1235) | interface PauseFunctionOptions { type ResumeFunctionOptions (line 1250) | interface ResumeFunctionOptions { type FunctionsStatusOptions (line 1265) | interface FunctionsStatusOptions { class EventingFunctionManager (line 1284) | class EventingFunctionManager { method constructor (line 1290) | constructor(cluster: Cluster) { method observabilityInstruments (line 1297) | get observabilityInstruments(): ObservabilityInstruments { method upsertFunction (line 1308) | async upsertFunction( method dropFunction (line 1361) | async dropFunction( method getAllFunctions (line 1413) | async getAllFunctions( method getFunction (line 1468) | async getFunction( method deployFunction (line 1522) | async deployFunction( method undeployFunction (line 1575) | async undeployFunction( method pauseFunction (line 1628) | async pauseFunction( method resumeFunction (line 1681) | async resumeFunction( method functionsStatus (line 1733) | async functionsStatus( FILE: lib/generaltypes.ts type ServiceType (line 4) | enum ServiceType { type DurabilityLevel (line 44) | enum DurabilityLevel { type StoreSemantics (line 73) | enum StoreSemantics { type ReadPreference (line 99) | enum ReadPreference { FILE: lib/httpexecutor.ts type HttpServiceType (line 10) | enum HttpServiceType { type HttpMethod (line 22) | enum HttpMethod { type HttpRequestOptions (line 32) | interface HttpRequestOptions { type HttpResponse (line 44) | interface HttpResponse { class HttpExecutor (line 54) | class HttpExecutor { method constructor (line 60) | constructor(conn: CppConnection) { method streamRequest (line 67) | streamRequest(options: HttpRequestOptions): events.EventEmitter { method request (line 145) | async request(options: HttpRequestOptions): Promise { FILE: lib/logger.ts type LogLevel (line 14) | enum LogLevel { constant LOG_LEVEL_NAMES (line 44) | const LOG_LEVEL_NAMES = ['trace', 'debug', 'info', 'warn', 'error'] as c... type LogLevelName (line 49) | type LogLevelName = (typeof LOG_LEVEL_NAMES)[number] function parseLogLevel (line 61) | function parseLogLevel(level: LogLevel | string): LogLevel | undefined { type Logger (line 81) | interface Logger { class NoOpLogger (line 128) | class NoOpLogger implements Logger { method trace (line 132) | trace(): void {} method debug (line 137) | debug(): void {} method info (line 142) | info(): void {} method warn (line 147) | warn(): void {} method error (line 152) | error(): void {} class CouchbaseLogger (line 164) | class CouchbaseLogger implements Logger { method constructor (line 173) | constructor(logger?: Logger) { method trace (line 185) | trace(message: string, ...args: any[]): void { method debug (line 197) | debug(message: string, ...args: any[]): void { method info (line 209) | info(message: string, ...args: any[]): void { method warn (line 221) | warn(message: string, ...args: any[]): void { method error (line 233) | error(message: string, ...args: any[]): void { function createConsoleLogger (line 247) | function createConsoleLogger( FILE: lib/loggingmeter.ts type PercentileReport (line 16) | interface PercentileReport { type LoggingMeterReport (line 32) | interface LoggingMeterReport { class LoggingValueRecorder (line 53) | class LoggingValueRecorder implements ValueRecorder { method constructor (line 57) | constructor() { method recordValue (line 70) | recordValue(value: number): void { method getPercentilesAndReset (line 79) | getPercentilesAndReset(): PercentileReport { class LoggingMeterReporter (line 101) | class LoggingMeterReporter { method constructor (line 109) | constructor( method start (line 123) | start() { method stop (line 133) | stop() { method report (line 144) | report(): void { method toJSON (line 154) | toJSON(): Record { class LoggingMeter (line 165) | class LoggingMeter implements Meter { method constructor (line 179) | constructor(logger: CouchbaseLogger, emitInterval?: number) { method reporter (line 196) | get reporter(): LoggingMeterReporter { method valueRecorder (line 207) | valueRecorder(_name: string, tags: Record): ValueRecor... method createReport (line 231) | createReport(): LoggingMeterReport | null { method cleanup (line 266) | cleanup(): void { method toJSON (line 277) | toJSON(): Record { FILE: lib/metrics.ts type ValueRecorder (line 11) | interface ValueRecorder { type Meter (line 26) | interface Meter { FILE: lib/mutationstate.ts type MutationToken (line 8) | interface MutationToken { class MutationState (line 26) | class MutationState { method constructor (line 34) | constructor(...tokens: MutationToken[]) { method add (line 45) | add(...tokens: MutationToken[]): void { method _addOne (line 49) | private _addOne(token: MutationToken) { method toJSON (line 77) | toJSON(): any { method inspect (line 84) | inspect(): string { FILE: lib/observability.ts class NoOpSpan (line 15) | class NoOpSpan implements RequestSpan { method setAttribute (line 19) | setAttribute(): void {} method addEvent (line 24) | addEvent(): void {} method setStatus (line 29) | setStatus(): void {} method end (line 34) | end(): void {} method name (line 39) | get name(): string { class NoOpTracer (line 47) | class NoOpTracer implements RequestTracer { method requestSpan (line 51) | requestSpan(): RequestSpan { function wrapObservableBindingCall (line 59) | async function wrapObservableBindingCall< class NoOpValueRecorder (line 87) | class NoOpValueRecorder implements ValueRecorder { method recordValue (line 91) | recordValue(_value: number): void {} class NoOpMeter (line 97) | class NoOpMeter implements Meter { method valueRecorder (line 101) | valueRecorder(_name: string, _tags: Record): ValueReco... FILE: lib/observabilityhandler.ts class ObservableRequestHandlerTracerImpl (line 41) | class ObservableRequestHandlerTracerImpl { method constructor (line 52) | constructor( method clusterName (line 75) | get clusterName(): string | undefined { method clusterUUID (line 82) | get clusterUUID(): string | undefined { method wrapperSpanName (line 89) | get wrapperSpanName(): string { method wrappedSpan (line 96) | get wrappedSpan(): WrappedSpan { method maybeAddEncodingSpan (line 103) | maybeAddEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, numbe... method maybeCreateEncodingSpan (line 110) | maybeCreateEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, nu... method end (line 117) | end(): void { method endWithError (line 125) | endWithError(error?: any): void { method reset (line 147) | reset( method processCoreSpan (line 171) | processCoreSpan(coreSpan?: CppWrapperSdkSpan): void { method setRequestHttpAttributes (line 182) | setRequestHttpAttributes(options?: HttpOpAttributesOptions): void { method setRequestKeyValueAttributes (line 195) | setRequestKeyValueAttributes( class ObservableRequestHandlerNoOpTracerImpl (line 214) | class ObservableRequestHandlerNoOpTracerImpl { method constructor (line 217) | constructor( method clusterName (line 228) | get clusterName(): string | undefined { method clusterUUID (line 235) | get clusterUUID(): string | undefined { method wrapperSpanName (line 242) | get wrapperSpanName(): string { method wrappedSpan (line 249) | get wrappedSpan(): WrappedSpan | undefined { method end (line 256) | end(): void {} method endWithError (line 261) | endWithError(_error?: any): void {} method maybeAddEncodingSpan (line 266) | maybeAddEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, numbe... method maybeCreateEncodingSpan (line 273) | maybeCreateEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, nu... method processCoreSpan (line 280) | processCoreSpan(_coreSpan?: CppWrapperSdkSpan): void {} method reset (line 285) | reset( method setRequestHttpAttributes (line 294) | setRequestHttpAttributes(_options?: HttpOpAttributesOptions): void {} method setRequestKeyValueAttributes (line 299) | setRequestKeyValueAttributes( class ObservableRequestHandlerNoOpMeterImpl (line 308) | class ObservableRequestHandlerNoOpMeterImpl { method constructor (line 310) | constructor( method setRequestKeyValueAttributes (line 320) | setRequestKeyValueAttributes( method setRequestHttpAttributes (line 328) | setRequestHttpAttributes(_options?: HttpOpAttributesOptions): void {} method processEnd (line 333) | processEnd( method reset (line 342) | reset( class ObservableRequestHandlerMeterImpl (line 353) | class ObservableRequestHandlerMeterImpl { method constructor (line 364) | constructor( method setRequestKeyValueAttributes (line 381) | setRequestKeyValueAttributes(cppDocId: CppDocumentId): void { method setRequestHttpAttributes (line 391) | setRequestHttpAttributes(options?: HttpOpAttributesOptions): void { method processEnd (line 401) | processEnd(clusterName?: string, clusterUUID?: string, error?: any): v... method reset (line 456) | reset( method _getOpName (line 469) | private _getOpName(): string { method _handleError (line 473) | private _handleError(tags: Record, error: any): void { type TracerImpl (line 492) | type TracerImpl = type MeterImpl (line 499) | type MeterImpl = class ObservableRequestHandler (line 506) | class ObservableRequestHandler { method constructor (line 512) | constructor( method opType (line 551) | get opType(): OpType { method requestHasEnded (line 558) | get requestHasEnded(): boolean { method wrapperSpanName (line 565) | get wrapperSpanName(): string { method wrappedSpan (line 572) | get wrappedSpan(): WrappedSpan | undefined { method clusterName (line 579) | get clusterName(): string | undefined { method clusterUUID (line 586) | get clusterUUID(): string | undefined { method end (line 593) | end(): void { method endWithError (line 602) | endWithError(error?: any): void { method maybeAddEncodingSpan (line 611) | maybeAddEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, numbe... method maybeCreateEncodingSpan (line 618) | maybeCreateEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, nu... method reset (line 625) | reset( method processCoreSpan (line 643) | processCoreSpan(coreSpan?: CppWrapperSdkSpan): void { method setRequestHttpAttributes (line 650) | setRequestHttpAttributes(options?: HttpOpAttributesOptions): void { method setRequestKeyValueAttributes (line 658) | setRequestKeyValueAttributes( class WrappedEncodingSpan (line 670) | class WrappedEncodingSpan { method constructor (line 671) | constructor( class WrappedSpan (line 680) | class WrappedSpan implements RequestSpan { method constructor (line 695) | constructor( method clusterName (line 721) | get clusterName(): string | undefined { method clusterUUID (line 728) | get clusterUUID(): string | undefined { method name (line 735) | get name(): string { method requestSpan (line 742) | get requestSpan(): RequestSpan { method maybeAddEncodingSpan (line 749) | maybeAddEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, numbe... method maybeCreateEncodingSpan (line 784) | maybeCreateEncodingSpan(encodeFn: () => [Buffer, number]): [Buffer, nu... method maybeUpdateEndTimeWatermark (line 817) | maybeUpdateEndTimeWatermark(endTime: HiResTime): void { method _setAttributeOnAllSpans (line 824) | _setAttributeOnAllSpans( method _maybeSetAttributeFromCoreSpan (line 848) | _maybeSetAttributeFromCoreSpan( method _buildCoreSpans (line 881) | _buildCoreSpans( method _buildDispatchCoreSpan (line 897) | _buildDispatchCoreSpan( method _buildNonDispatchCoreSpan (line 929) | _buildNonDispatchCoreSpan( method _endEncodingSpans (line 963) | _endEncodingSpans(): void { method processCoreSpan (line 980) | processCoreSpan(coreSpan: CppWrapperSdkSpan): void { method setClusterLabels (line 1004) | setClusterLabels(clusterLabels: Record): v... method setRetryAttribute (line 1022) | setRetryAttribute(retrCount: number = 0): void { method addEvent (line 1029) | addEvent(): void {} method end (line 1034) | end(endTime: HiResTime): void { method setAttribute (line 1046) | setAttribute(key: string, value: AttributeValue): void { method setStatus (line 1058) | setStatus(status: SpanStatus): void { method _createRequestSpan (line 1065) | _createRequestSpan( FILE: lib/observabilitytypes.ts type AttributeValue (line 10) | type AttributeValue = type TimeInput (line 25) | type TimeInput = HiResTime | number | Date type OpType (line 30) | type OpType = type HttpOpType (line 46) | type HttpOpType = type KeyValueOp (line 61) | enum KeyValueOp { type DatastructureOp (line 92) | enum DatastructureOp { type StreamingOp (line 121) | enum StreamingOp { type AnalyticsMgmtOp (line 131) | enum AnalyticsMgmtOp { type BucketMgmtOp (line 152) | enum BucketMgmtOp { type CollectionMgmtOp (line 165) | enum CollectionMgmtOp { type EventingFunctionMgmtOp (line 178) | enum EventingFunctionMgmtOp { type QueryIndexMgmtOp (line 193) | enum QueryIndexMgmtOp { type SearchIndexMgmtOp (line 206) | enum SearchIndexMgmtOp { type UserMgmtOp (line 226) | enum UserMgmtOp { type ViewIndexMgmtOp (line 242) | enum ViewIndexMgmtOp { type CppOpAttributeName (line 253) | enum CppOpAttributeName { type OpAttributeName (line 262) | enum OpAttributeName { type DispatchAttributeName (line 298) | enum DispatchAttributeName { type ServiceName (line 312) | enum ServiceName { function serviceNameFromOpType (line 326) | function serviceNameFromOpType(opType: OpType): ServiceName { type SpanStatus (line 382) | interface SpanStatus { type SpanStatusCode (line 396) | enum SpanStatusCode { class ObservabilityInstruments (line 415) | class ObservabilityInstruments { method constructor (line 422) | constructor( method tracer (line 435) | get tracer(): RequestTracer { method meter (line 442) | get meter(): Meter { method clusterLabelsFn (line 449) | get clusterLabelsFn(): FILE: lib/observabilityutilities.ts constant MILLIS_PER_SECOND (line 23) | const MILLIS_PER_SECOND = 1000 constant NANOS_PER_SECOND (line 24) | const NANOS_PER_SECOND = 1_000_000_000 constant MICROS_PER_SECOND (line 25) | const MICROS_PER_SECOND = 1_000_000 constant NANOS_PER_MILLI (line 26) | const NANOS_PER_MILLI = 1_000_000 constant TIME_ORIGIN_MS (line 29) | const TIME_ORIGIN_MS = Date.now() constant HRTIME_ORIGIN (line 30) | const HRTIME_ORIGIN = process.hrtime() constant ORIGIN_SECONDS (line 33) | const ORIGIN_SECONDS = Math.floor(TIME_ORIGIN_MS / MILLIS_PER_SECOND) constant ORIGIN_NANOS (line 34) | const ORIGIN_NANOS = (TIME_ORIGIN_MS % MILLIS_PER_SECOND) * NANOS_PER_MILLI type StreamingOptions (line 39) | type StreamingOptions = AnalyticsQueryOptions | QueryOptions function getEpochHiResTime (line 45) | function getEpochHiResTime(): [number, number] { function hiResTimeToMicros (line 68) | function hiResTimeToMicros(hrTime: HiResTime): number { function getHiResTimeDelta (line 75) | function getHiResTimeDelta(start: HiResTime, end: HiResTime): HiResTime { function millisToHiResTime (line 89) | function millisToHiResTime(millis: number): HiResTime { function getLatestTime (line 99) | function getLatestTime(timeA: HiResTime, timeB: HiResTime): HiResTime { function getCoreSpanEndTime (line 119) | function getCoreSpanEndTime(coreSpanEndTime: HiResTime): HiResTime { function timeInputToHiResTime (line 129) | function timeInputToHiResTime(input?: TimeInput): HiResTime { function getAttributesForKeyValueOpType (line 148) | function getAttributesForKeyValueOpType( type HttpOpAttributesOptions (line 181) | interface HttpOpAttributesOptions { function getAttributesForHttpOpType (line 193) | function getAttributesForHttpOpType( FILE: lib/otelmeter.ts constant HAS_OTEL (line 15) | let HAS_OTEL = false class OTelValueRecorder (line 30) | class OTelValueRecorder implements ValueRecorder { method constructor (line 43) | constructor( method recordValue (line 58) | recordValue(value: number): void { class OTelWrapperMeter (line 69) | class OTelWrapperMeter implements Meter { method constructor (line 78) | constructor(meter: OTelMeter) { method valueRecorder (line 90) | valueRecorder(name: string, tags: Record): ValueRecorder { function getOTelMeter (line 108) | function getOTelMeter(provider?: OTelMeterProvider): Meter { FILE: lib/oteltracer.ts constant HAS_OTEL (line 24) | let HAS_OTEL = false class OTelWrapperSpan (line 39) | class OTelWrapperSpan implements RequestSpan { method constructor (line 49) | constructor(otelSpan: OTelSpan, name: string) { method setAttribute (line 60) | setAttribute(key: string, value: AttributeValue): void { method addEvent (line 70) | addEvent(key: string, startTime?: TimeInput): void { method setStatus (line 79) | setStatus(status: SpanStatus): void { method end (line 101) | end(endTime?: TimeInput): void { class OTelWrapperTracer (line 109) | class OTelWrapperTracer implements RequestTracer { method constructor (line 117) | constructor(tracer: OTelTracer) { method requestSpan (line 129) | requestSpan( function getOTelTracer (line 161) | function getOTelTracer( FILE: lib/queryexecutor.ts class QueryExecutor (line 26) | class QueryExecutor { method constructor (line 32) | constructor(cluster: Cluster) { method observabilityInstruments (line 39) | get observabilityInstruments(): ObservabilityInstruments { method _processQueryResponse (line 46) | static _processQueryResponse( method execute (line 121) | static execute( method executePromise (line 151) | static executePromise( method query (line 177) | query( FILE: lib/queryindexmanager.ts class QueryIndex (line 19) | class QueryIndex { method constructor (line 73) | constructor(data: QueryIndex) { type CreateQueryIndexOptions (line 90) | interface CreateQueryIndexOptions { type CreatePrimaryQueryIndexOptions (line 136) | interface CreatePrimaryQueryIndexOptions { type DropQueryIndexOptions (line 187) | interface DropQueryIndexOptions { type DropPrimaryQueryIndexOptions (line 222) | interface DropPrimaryQueryIndexOptions { type GetAllQueryIndexesOptions (line 262) | interface GetAllQueryIndexesOptions { type BuildQueryIndexOptions (line 291) | interface BuildQueryIndexOptions { type WatchQueryIndexOptions (line 320) | interface WatchQueryIndexOptions { class InternalQueryIndexManager (line 349) | class InternalQueryIndexManager { method constructor (line 356) | constructor(cluster: Cluster) { method observabilityInstruments (line 367) | get observabilityInstruments(): ObservabilityInstruments { method createIndex (line 374) | async createIndex( method dropIndex (line 425) | async dropIndex( method getAllIndexes (line 473) | async getAllIndexes( method buildDeferredIndexes (line 525) | async buildDeferredIndexes( method watchIndexes (line 566) | async watchIndexes( class CollectionQueryIndexManager (line 660) | class CollectionQueryIndexManager { method constructor (line 669) | constructor(collection: Collection) { method createIndex (line 684) | async createIndex( method createPrimaryIndex (line 734) | async createPrimaryIndex( method dropIndex (line 781) | async dropIndex( method dropPrimaryIndex (line 827) | async dropPrimaryIndex( method getAllIndexes (line 872) | async getAllIndexes( method buildDeferredIndexes (line 914) | async buildDeferredIndexes( method watchIndexes (line 958) | async watchIndexes( class QueryIndexManager (line 1005) | class QueryIndexManager { method constructor (line 1011) | constructor(cluster: Cluster) { method createIndex (line 1024) | async createIndex( method createPrimaryIndex (line 1076) | async createPrimaryIndex( method dropIndex (line 1125) | async dropIndex( method dropPrimaryIndex (line 1173) | async dropPrimaryIndex( method getAllIndexes (line 1220) | async getAllIndexes( method buildDeferredIndexes (line 1264) | async buildDeferredIndexes( method watchIndexes (line 1310) | async watchIndexes( FILE: lib/querytypes.ts type QueryStatus (line 9) | enum QueryStatus { class QueryResult (line 66) | class QueryResult { method constructor (line 80) | constructor(data: QueryResult) { class QueryMetaData (line 91) | class QueryMetaData { method constructor (line 130) | constructor(data: QueryMetaData) { class QueryWarning (line 147) | class QueryWarning { method constructor (line 161) | constructor(data: QueryWarning) { class QueryMetrics (line 173) | class QueryMetrics { method constructor (line 217) | constructor(data: QueryMetrics) { type QueryProfileMode (line 234) | enum QueryProfileMode { type QueryScanConsistency (line 257) | enum QueryScanConsistency { type QueryOptions (line 277) | interface QueryOptions { FILE: lib/rangeScan.ts class ScanTerm (line 7) | class ScanTerm { method constructor (line 23) | constructor(term: string, exclusive?: boolean) { type ScanType (line 33) | interface ScanType { class RangeScan (line 46) | class RangeScan implements ScanType { method constructor (line 60) | constructor(start?: ScanTerm, end?: ScanTerm) { method getScanType (line 68) | getScanType(): string { class SamplingScan (line 79) | class SamplingScan implements ScanType { method constructor (line 93) | constructor(limit: number, seed?: number) { method getScanType (line 101) | getScanType(): string { class PrefixScan (line 111) | class PrefixScan implements ScanType { method constructor (line 120) | constructor(prefix: string) { method getScanType (line 127) | getScanType(): string { FILE: lib/scope.ts class Scope (line 33) | class Scope { method DEFAULT_NAME (line 37) | static get DEFAULT_NAME(): string { method constructor (line 48) | constructor(bucket: Bucket, scopeName: string) { method conn (line 57) | get conn(): CppConnection { method bucket (line 64) | get bucket(): Bucket { method cluster (line 71) | get cluster(): Cluster { method transcoder (line 78) | get transcoder(): Transcoder { method name (line 85) | get name(): string { method collection (line 94) | collection(collectionName: string): Collection { method searchIndexes (line 102) | searchIndexes(): ScopeSearchIndexManager { method eventingFunctions (line 115) | eventingFunctions(): ScopeEventingFunctionManager { method query (line 130) | query( method analyticsQuery (line 164) | analyticsQuery( method search (line 199) | search( FILE: lib/scopeeventingfunctionmanager.ts class ScopeEventingFunctionManager (line 30) | class ScopeEventingFunctionManager { method constructor (line 38) | constructor(cluster: Cluster, bucketName: string, scopeName: string) { method observabilityInstruments (line 47) | get observabilityInstruments(): ObservabilityInstruments { method upsertFunction (line 58) | async upsertFunction( method dropFunction (line 116) | async dropFunction( method getAllFunctions (line 173) | async getAllFunctions( method getFunction (line 233) | async getFunction( method deployFunction (line 292) | async deployFunction( method undeployFunction (line 350) | async undeployFunction( method pauseFunction (line 408) | async pauseFunction( method resumeFunction (line 466) | async resumeFunction( method functionsStatus (line 523) | async functionsStatus( FILE: lib/scopesearchindexmanager.ts class ScopeSearchIndexManager (line 32) | class ScopeSearchIndexManager { method constructor (line 40) | constructor(cluster: Cluster, bucketName: string, scopeName: string) { method observabilityInstruments (line 49) | get observabilityInstruments(): ObservabilityInstruments { method getIndex (line 60) | async getIndex( method getAllIndexes (line 116) | async getAllIndexes( method upsertIndex (line 175) | async upsertIndex( method dropIndex (line 233) | async dropIndex( method getIndexedDocumentsCount (line 289) | async getIndexedDocumentsCount( method pauseIngest (line 348) | async pauseIngest( method resumeIngest (line 407) | async resumeIngest( method allowQuerying (line 466) | async allowQuerying( method disallowQuerying (line 525) | async disallowQuerying( method freezePlan (line 584) | async freezePlan( method unfreezePlan (line 643) | async unfreezePlan( method analyzeDocument (line 703) | async analyzeDocument( FILE: lib/sdspecs.ts class LookupInMacro (line 9) | class LookupInMacro { method constructor (line 15) | constructor(value: string) { method Document (line 22) | static get Document(): LookupInMacro { method Expiry (line 29) | static get Expiry(): LookupInMacro { method Cas (line 36) | static get Cas(): LookupInMacro { method SeqNo (line 43) | static get SeqNo(): LookupInMacro { method LastModified (line 50) | static get LastModified(): LookupInMacro { method IsDeleted (line 59) | static get IsDeleted(): LookupInMacro { method ValueSizeBytes (line 66) | static get ValueSizeBytes(): LookupInMacro { method RevId (line 73) | static get RevId(): LookupInMacro { class MutateInMacro (line 84) | class MutateInMacro { method constructor (line 90) | constructor(value: string) { method Cas (line 97) | static get Cas(): MutateInMacro { method SeqNo (line 104) | static get SeqNo(): MutateInMacro { method ValueCrc32c (line 111) | static get ValueCrc32c(): MutateInMacro { class LookupInSpec (line 121) | class LookupInSpec { method Expiry (line 128) | static get Expiry(): LookupInMacro { method constructor (line 147) | private constructor( method _create (line 157) | private static _create( method get (line 191) | static get( method exists (line 210) | static exists( method count (line 226) | static count( class MutateInSpec (line 239) | class MutateInSpec { method CasPlaceholder (line 246) | static get CasPlaceholder(): MutateInMacro { method constructor (line 270) | private constructor( method _create (line 282) | private static _create( method insert (line 347) | static insert( method upsert (line 374) | static upsert( method replace (line 406) | static replace( method remove (line 430) | static remove(path: string, options?: { xattr?: boolean }): MutateInSp... method arrayAppend (line 463) | static arrayAppend( method arrayPrepend (line 492) | static arrayPrepend( method arrayInsert (line 523) | static arrayInsert( method arrayAddUnique (line 553) | static arrayAddUnique( method increment (line 579) | static increment( method decrement (line 605) | static decrement( FILE: lib/sdutils.ts type SdPathPartProp (line 4) | interface SdPathPartProp { type SdPathPartIndex (line 9) | interface SdPathPartIndex { type SdPathPart (line 14) | type SdPathPart = SdPathPartProp | SdPathPartIndex class SdUtils (line 16) | class SdUtils { method _parsePath (line 17) | private static _parsePath(path: string): SdPathPart[] { method _insertByPath (line 53) | private static _insertByPath( method insertByPath (line 96) | static insertByPath(root: any, path: string, value: any): any { method _getByPath (line 101) | private static _getByPath(value: any, parts: SdPathPart[]): any { method getByPath (line 130) | static getByPath(value: any, path: string): any { method convertMacroCasToCas (line 135) | static convertMacroCasToCas(cas: string): string { FILE: lib/searchexecutor.ts class SearchExecutor (line 28) | class SearchExecutor { method constructor (line 36) | constructor(cluster: Cluster, bucketName?: string, scopeName?: string) { method observabilityInstruments (line 45) | get observabilityInstruments(): ObservabilityInstruments { method _processSearchResponse (line 52) | static _processSearchResponse( method executePromise (line 90) | static executePromise( method query (line 116) | query( FILE: lib/searchfacet.ts class SearchFacet (line 8) | class SearchFacet { method constructor (line 11) | constructor(data: any) { method toJSON (line 19) | toJSON(): any { method term (line 23) | static term(field: string, size: number): TermSearchFacet { method numeric (line 27) | static numeric(field: string, size: number): NumericSearchFacet { method date (line 31) | static date(field: string, size: number): DateSearchFacet { class TermSearchFacet (line 41) | class TermSearchFacet extends SearchFacet { method constructor (line 45) | constructor(field: string, size: number) { class NumericSearchFacet (line 58) | class NumericSearchFacet extends SearchFacet { method constructor (line 62) | constructor(field: string, size: number) { method addRange (line 70) | addRange(name: string, min?: number, max?: number): NumericSearchFacet { class DateSearchFacet (line 85) | class DateSearchFacet extends SearchFacet { method constructor (line 89) | constructor(field: string, size: number) { method addRange (line 97) | addRange(name: string, start?: Date, end?: Date): DateSearchFacet { FILE: lib/searchindexmanager.ts type ISearchIndex (line 18) | interface ISearchIndex { class SearchIndex (line 72) | class SearchIndex implements ISearchIndex { method constructor (line 122) | constructor(data: SearchIndex) { method _toCppData (line 137) | static _toCppData(data: ISearchIndex): any { method _fromCppData (line 154) | static _fromCppData(data: CppManagementSearchIndex): SearchIndex { type GetSearchIndexOptions (line 182) | interface GetSearchIndexOptions { type GetAllSearchIndexesOptions (line 197) | interface GetAllSearchIndexesOptions { type UpsertSearchIndexOptions (line 212) | interface UpsertSearchIndexOptions { type DropSearchIndexOptions (line 227) | interface DropSearchIndexOptions { type GetSearchIndexedDocumentsCountOptions (line 242) | interface GetSearchIndexedDocumentsCountOptions { type PauseSearchIngestOptions (line 257) | interface PauseSearchIngestOptions { type ResumeSearchIngestOptions (line 272) | interface ResumeSearchIngestOptions { type AllowSearchQueryingOptions (line 287) | interface AllowSearchQueryingOptions { type DisallowSearchQueryingOptions (line 302) | interface DisallowSearchQueryingOptions { type FreezeSearchPlanOptions (line 317) | interface FreezeSearchPlanOptions { type UnfreezeSearchPlanOptions (line 332) | interface UnfreezeSearchPlanOptions { type AnalyzeSearchDocumentOptions (line 347) | interface AnalyzeSearchDocumentOptions { class SearchIndexManager (line 365) | class SearchIndexManager { method constructor (line 371) | constructor(cluster: Cluster) { method observabilityInstruments (line 378) | get observabilityInstruments(): ObservabilityInstruments { method getIndex (line 389) | async getIndex( method getAllIndexes (line 440) | async getAllIndexes( method upsertIndex (line 494) | async upsertIndex( method dropIndex (line 547) | async dropIndex( method getIndexedDocumentsCount (line 598) | async getIndexedDocumentsCount( method pauseIngest (line 652) | async pauseIngest( method resumeIngest (line 706) | async resumeIngest( method allowQuerying (line 760) | async allowQuerying( method disallowQuerying (line 814) | async disallowQuerying( method freezePlan (line 868) | async freezePlan( method unfreezePlan (line 922) | async unfreezePlan( method analyzeDocument (line 977) | async analyzeDocument( FILE: lib/searchquery.ts type MatchOperator (line 9) | enum MatchOperator { type GeoPoint (line 27) | type GeoPoint = function _parseGeoPoint (line 32) | function _parseGeoPoint(v: GeoPoint): [number, number] { function _unpackListArgs (line 50) | function _unpackListArgs(args: T[] | T[][]): T[] { class SearchQuery (line 62) | class SearchQuery { method constructor (line 65) | constructor(data: any) { method toJSON (line 73) | toJSON(): any { method toJSON (line 80) | static toJSON(query: SearchQuery | any): any { method hasProp (line 90) | static hasProp(query: SearchQuery | any, prop: string): boolean { method match (line 95) | static match(match: string): MatchSearchQuery { method matchPhrase (line 99) | static matchPhrase(phrase: string): MatchPhraseSearchQuery { method regexp (line 103) | static regexp(regexp: string): RegexpSearchQuery { method queryString (line 107) | static queryString(query: string): QueryStringSearchQuery { method numericRange (line 111) | static numericRange(): NumericRangeSearchQuery { method dateRange (line 115) | static dateRange(): DateRangeSearchQuery { method termRange (line 119) | static termRange(): TermRangeSearchQuery { method conjuncts (line 138) | static conjuncts( method disjuncts (line 160) | static disjuncts( method boolean (line 167) | static boolean(): BooleanSearchQuery { method wildcard (line 171) | static wildcard(wildcard: string): WildcardSearchQuery { method docIds (line 190) | static docIds(...args: string[] | string[][]): DocIdSearchQuery { method booleanField (line 195) | static booleanField(val: boolean): BooleanFieldSearchQuery { method term (line 199) | static term(term: string): TermSearchQuery { method phrase (line 203) | static phrase(terms: string[]): PhraseSearchQuery { method prefix (line 207) | static prefix(prefix: string): PrefixSearchQuery { method matchAll (line 211) | static matchAll(): MatchAllSearchQuery { method matchNone (line 215) | static matchNone(): MatchNoneSearchQuery { method geoDistance (line 219) | static geoDistance( method geoBoundingBox (line 227) | static geoBoundingBox( method geoPolygon (line 236) | static geoPolygon(points: GeoPoint[]): GeoPolygonSearchQuery { class MatchSearchQuery (line 246) | class MatchSearchQuery extends SearchQuery { method constructor (line 250) | constructor(match: string) { method operator (line 256) | operator(op: MatchOperator): MatchSearchQuery { method field (line 261) | field(field: string): MatchSearchQuery { method analyzer (line 266) | analyzer(analyzer: string): MatchSearchQuery { method prefixLength (line 271) | prefixLength(prefixLength: number): MatchSearchQuery { method fuzziness (line 276) | fuzziness(fuzziness: number): MatchSearchQuery { method boost (line 281) | boost(boost: number): MatchSearchQuery { class MatchPhraseSearchQuery (line 292) | class MatchPhraseSearchQuery extends SearchQuery { method constructor (line 296) | constructor(phrase: string) { method field (line 302) | field(field: string): MatchPhraseSearchQuery { method analyzer (line 307) | analyzer(analyzer: string): MatchPhraseSearchQuery { method boost (line 312) | boost(boost: number): MatchPhraseSearchQuery { class RegexpSearchQuery (line 323) | class RegexpSearchQuery extends SearchQuery { method constructor (line 327) | constructor(regexp: string) { method field (line 333) | field(field: string): RegexpSearchQuery { method boost (line 338) | boost(boost: number): RegexpSearchQuery { class QueryStringSearchQuery (line 349) | class QueryStringSearchQuery extends SearchQuery { method constructor (line 353) | constructor(query: string) { method boost (line 359) | boost(boost: number): QueryStringSearchQuery { class NumericRangeSearchQuery (line 370) | class NumericRangeSearchQuery extends SearchQuery { method constructor (line 374) | constructor() { method min (line 378) | min(min: number, inclusive?: boolean): NumericRangeSearchQuery { method max (line 388) | max(max: number, inclusive?: boolean): NumericRangeSearchQuery { method field (line 398) | field(field: string): NumericRangeSearchQuery { method boost (line 403) | boost(boost: number): NumericRangeSearchQuery { class DateRangeSearchQuery (line 414) | class DateRangeSearchQuery extends SearchQuery { method constructor (line 418) | constructor() { method start (line 422) | start(start: Date | string, inclusive?: boolean): DateRangeSearchQuery { method end (line 437) | end(end: Date | string, inclusive?: boolean): DateRangeSearchQuery { method field (line 452) | field(field: string): DateRangeSearchQuery { method dateTimeParser (line 457) | dateTimeParser(parser: string): DateRangeSearchQuery { method boost (line 462) | boost(boost: number): DateRangeSearchQuery { class TermRangeSearchQuery (line 473) | class TermRangeSearchQuery extends SearchQuery { method constructor (line 477) | constructor() { method min (line 481) | min(min: string, inclusive?: boolean): TermRangeSearchQuery { method max (line 491) | max(max: string, inclusive?: boolean): TermRangeSearchQuery { method field (line 501) | field(field: string): TermRangeSearchQuery { method boost (line 506) | boost(boost: number): TermRangeSearchQuery { class ConjunctionSearchQuery (line 517) | class ConjunctionSearchQuery extends SearchQuery { method constructor (line 521) | constructor(...queries: SearchQuery[]) { method and (line 544) | and(...args: SearchQuery[] | SearchQuery[][]): ConjunctionSearchQuery { method boost (line 553) | boost(boost: number): ConjunctionSearchQuery { class DisjunctionSearchQuery (line 564) | class DisjunctionSearchQuery extends SearchQuery { method constructor (line 568) | constructor(...queries: SearchQuery[]) { method or (line 591) | or(...args: SearchQuery[] | SearchQuery[][]): DisjunctionSearchQuery { method boost (line 600) | boost(boost: number): DisjunctionSearchQuery { class BooleanSearchQuery (line 611) | class BooleanSearchQuery extends SearchQuery { method constructor (line 617) | constructor() { method must (line 622) | must(query: ConjunctionSearchQuery): BooleanSearchQuery { method should (line 631) | should(query: DisjunctionSearchQuery): BooleanSearchQuery { method mustNot (line 639) | mustNot(query: DisjunctionSearchQuery): BooleanSearchQuery { method shouldMin (line 647) | shouldMin(shouldMin: number): BooleanSearchQuery { method boost (line 652) | boost(boost: number): BooleanSearchQuery { method toJSON (line 657) | toJSON(): any { class WildcardSearchQuery (line 681) | class WildcardSearchQuery extends SearchQuery { method constructor (line 685) | constructor(wildcard: string) { method field (line 691) | field(field: string): WildcardSearchQuery { method boost (line 696) | boost(boost: number): WildcardSearchQuery { class DocIdSearchQuery (line 707) | class DocIdSearchQuery extends SearchQuery { method constructor (line 711) | constructor(...ids: string[]) { method addDocIds (line 734) | addDocIds(...args: string[] | string[][]): DocIdSearchQuery { method field (line 743) | field(field: string): DocIdSearchQuery { method boost (line 748) | boost(boost: number): DocIdSearchQuery { class BooleanFieldSearchQuery (line 759) | class BooleanFieldSearchQuery extends SearchQuery { method constructor (line 763) | constructor(val: boolean) { method field (line 769) | field(field: string): BooleanFieldSearchQuery { method boost (line 774) | boost(boost: number): BooleanFieldSearchQuery { class TermSearchQuery (line 785) | class TermSearchQuery extends SearchQuery { method constructor (line 789) | constructor(term: string) { method field (line 795) | field(field: string): TermSearchQuery { method prefixLength (line 800) | prefixLength(prefixLength: number): TermSearchQuery { method fuzziness (line 805) | fuzziness(fuzziness: number): TermSearchQuery { method boost (line 810) | boost(boost: number): TermSearchQuery { class PhraseSearchQuery (line 821) | class PhraseSearchQuery extends SearchQuery { method constructor (line 825) | constructor(terms: string[]) { method field (line 831) | field(field: string): PhraseSearchQuery { method boost (line 836) | boost(boost: number): PhraseSearchQuery { class PrefixSearchQuery (line 847) | class PrefixSearchQuery extends SearchQuery { method constructor (line 851) | constructor(prefix: string) { method field (line 857) | field(field: string): PrefixSearchQuery { method boost (line 862) | boost(boost: number): PrefixSearchQuery { class MatchAllSearchQuery (line 873) | class MatchAllSearchQuery extends SearchQuery { method constructor (line 877) | constructor() { class MatchNoneSearchQuery (line 889) | class MatchNoneSearchQuery extends SearchQuery { method constructor (line 893) | constructor() { class GeoDistanceSearchQuery (line 905) | class GeoDistanceSearchQuery extends SearchQuery { method constructor (line 909) | constructor(lon: number, lat: number, distance: string) { method field (line 916) | field(field: string): GeoDistanceSearchQuery { method boost (line 921) | boost(boost: number): GeoDistanceSearchQuery { class GeoBoundingBoxSearchQuery (line 932) | class GeoBoundingBoxSearchQuery extends SearchQuery { method constructor (line 936) | constructor(tl_lon: number, tl_lat: number, br_lon: number, br_lat: nu... method field (line 943) | field(field: string): GeoBoundingBoxSearchQuery { method boost (line 948) | boost(boost: number): GeoBoundingBoxSearchQuery { class GeoPolygonSearchQuery (line 959) | class GeoPolygonSearchQuery extends SearchQuery { method constructor (line 963) | constructor(points: GeoPoint[]) { method field (line 970) | field(field: string): GeoPolygonSearchQuery { method boost (line 975) | boost(boost: number): GeoPolygonSearchQuery { FILE: lib/searchsort.ts class SearchSort (line 8) | class SearchSort { method constructor (line 11) | constructor(data: any) { method toJSON (line 19) | toJSON(): any { method score (line 23) | static score(): ScoreSearchSort { method id (line 27) | static id(): IdSearchSort { method field (line 31) | static field(field: string): FieldSearchSort { method geoDistance (line 35) | static geoDistance( class ScoreSearchSort (line 49) | class ScoreSearchSort extends SearchSort { method constructor (line 53) | constructor() { method descending (line 59) | descending(descending: boolean): ScoreSearchSort { class IdSearchSort (line 70) | class IdSearchSort extends SearchSort { method constructor (line 74) | constructor() { method descending (line 80) | descending(descending: boolean): IdSearchSort { class FieldSearchSort (line 91) | class FieldSearchSort extends SearchSort { method constructor (line 95) | constructor(field: string) { method type (line 102) | type(type: string): FieldSearchSort { method mode (line 107) | mode(mode: string): FieldSearchSort { method missing (line 112) | missing(missing: boolean): FieldSearchSort { method descending (line 117) | descending(descending: boolean): FieldSearchSort { class GeoDistanceSearchSort (line 128) | class GeoDistanceSearchSort extends SearchSort { method constructor (line 132) | constructor(field: string, lat: number, lon: number) { method unit (line 140) | unit(unit: string): GeoDistanceSearchSort { method descending (line 145) | descending(descending: boolean): GeoDistanceSearchSort { FILE: lib/searchtypes.ts class SearchMetaData (line 16) | class SearchMetaData {} class SearchRow (line 25) | class SearchRow {} class SearchResult (line 32) | class SearchResult { method constructor (line 46) | constructor(data: SearchResult) { type HighlightStyle (line 57) | enum HighlightStyle { type SearchScanConsistency (line 75) | enum SearchScanConsistency { type SearchQueryOptions (line 87) | interface SearchQueryOptions { class SearchRequest (line 199) | class SearchRequest { method constructor (line 203) | constructor(query: SearchQuery | VectorSearch) { method searchQuery (line 220) | get searchQuery(): SearchQuery | undefined { method vectorSearch (line 227) | get vectorSearch(): VectorSearch | undefined { method withSearchQuery (line 236) | withSearchQuery(query: SearchQuery): SearchRequest { method withVectorSearch (line 254) | withVectorSearch(search: VectorSearch): SearchRequest { method create (line 272) | static create(query: SearchQuery | VectorSearch): SearchRequest { FILE: lib/streamablepromises.ts type ListenerFunc (line 7) | type ListenerFunc = (...args: any[]) => void type PromisifyEmitter (line 12) | interface PromisifyEmitter { type PromisifyFunc (line 19) | type PromisifyFunc = ( class StreamablePromise (line 28) | class StreamablePromise extends EventEmitter implements Promise { method constructor (line 35) | constructor(promisefyFn: PromisifyFunc) { method promise (line 53) | private get promise(): Promise { method _depromisify (line 62) | private _depromisify() { method then (line 67) | then( method catch (line 80) | catch( method finally (line 89) | finally(onfinally?: (() => void) | undefined | null): Promise { method addListener (line 93) | addListener(eventName: string | symbol, listener: ListenerFunc): this { method on (line 98) | on(eventName: string | symbol, listener: ListenerFunc): this { method [Symbol.toStringTag] (line 106) | get [Symbol.toStringTag](): string { class StreamableRowPromise (line 116) | class StreamableRowPromise extends StreamablePromise { method constructor (line 117) | constructor(fn: (rows: TRow[], meta: TMeta) => T) { class StreamableReplicasPromise (line 142) | class StreamableReplicasPromise extends StreamablePromise { method constructor (line 143) | constructor(fn: (replicas: TRep[]) => T) { class StreamableScanPromise (line 166) | class StreamableScanPromise extends StreamablePromise { method constructor (line 169) | constructor(fn: (results: TRes[]) => T) { method cancelRequested (line 187) | get cancelRequested(): boolean { method cancelStreaming (line 191) | cancelStreaming(): void { FILE: lib/thresholdlogging.ts type ThresholdLoggingAttributeName (line 25) | enum ThresholdLoggingAttributeName { type IgnoredParentSpan (line 43) | enum IgnoredParentSpan { constant IGNORED_PARENT_SPAN_VALUES (line 69) | const IGNORED_PARENT_SPAN_VALUES = new Set( class ThresholdLoggingSpanSnapshot (line 73) | class ThresholdLoggingSpanSnapshot { method constructor (line 87) | constructor(span: ThresholdLoggingSpan) { class PriorityQueue (line 106) | class PriorityQueue { method constructor (line 112) | constructor(capacity?: number) { method droppedCount (line 119) | get droppedCount(): number { method _getInsertIndex (line 123) | _getInsertIndex(priority: number): number { method enqueue (line 137) | enqueue(item: T, priority: number): boolean { method peek (line 161) | peek(): T | undefined { method drain (line 165) | drain(): [T[], number] { class ThresholdLoggingReporter (line 182) | class ThresholdLoggingReporter { method constructor (line 192) | constructor(logger: CouchbaseLogger, interval: number, capacity?: numb... method addLogRecord (line 230) | addLogRecord( method start (line 238) | start() { method stop (line 245) | stop() { method report (line 253) | report(returnReport?: boolean): Record | undefined { type ThresholdLogRecord (line 278) | type ThresholdLogRecord = Map function serviceTypeFromString (line 283) | function serviceTypeFromString(serviceType: string): ServiceType { class ThresholdLoggingSpan (line 312) | class ThresholdLoggingSpan implements RequestSpan { method constructor (line 344) | constructor( method dispatchDuration (line 365) | get dispatchDuration(): number | undefined { method dispatchDuration (line 374) | set dispatchDuration(duration: number) { method encodeDuration (line 387) | get encodeDuration(): number | undefined { method encodeDuration (line 396) | set encodeDuration(duration: number) { method localId (line 409) | get localId(): string | undefined { method localSocket (line 418) | get localSocket(): string | undefined { method name (line 429) | get name(): string { method operationId (line 438) | get operationId(): string | undefined { method peerAddress (line 447) | get peerAddress(): string | undefined { method peerPort (line 456) | get peerPort(): number | undefined { method remoteSocket (line 465) | get remoteSocket(): string | undefined { method serverDuration (line 478) | get serverDuration(): number | undefined { method serviceType (line 487) | get serviceType(): ServiceType | undefined { method snapshot (line 496) | get snapshot(): ThresholdLoggingSpanSnapshot | undefined { method totalDispatchDuration (line 505) | get totalDispatchDuration(): number { method totalEncodeDuration (line 514) | get totalEncodeDuration(): number { method totalDuration (line 523) | get totalDuration(): number { method totalServerDuration (line 532) | get totalServerDuration(): number { method setAttribute (line 542) | setAttribute(key: string, value: AttributeValue): void { method addEvent (line 574) | addEvent(): void {} method setStatus (line 581) | setStatus(status: SpanStatus): void { method end (line 593) | end(endTime?: TimeInput): void { method _getTime (line 628) | private _getTime(input?: TimeInput): HiResTime { class ThresholdLoggingTracer (line 643) | class ThresholdLoggingTracer implements RequestTracer { method constructor (line 655) | constructor(logger: CouchbaseLogger, config: TracingConfig | null) { method reporter (line 700) | get reporter(): ThresholdLoggingReporter { method serviceThresholds (line 709) | get serviceThresholds(): Map { method cleanup (line 720) | cleanup(): void { method requestSpan (line 732) | requestSpan( method checkThreshold (line 753) | checkThreshold(spanSnapshot: ThresholdLoggingSpanSnapshot): void { method _buildThresholdLogRecord (line 784) | _buildThresholdLogRecord( method _getServiceTypeThreshold (line 863) | _getServiceTypeThreshold(serviceType: ServiceType): number { FILE: lib/tracing.ts type RequestSpan (line 13) | interface RequestSpan { type RequestTracer (line 55) | interface RequestTracer { FILE: lib/transactions.ts class DocumentId (line 49) | class DocumentId { method constructor (line 50) | constructor() { type TransactionKeyspace (line 83) | interface TransactionKeyspace { type TransactionGetMultiMode (line 105) | enum TransactionGetMultiMode { type TransactionGetMultiReplicasFromPreferredServerGroupMode (line 125) | enum TransactionGetMultiReplicasFromPreferredServerGroupMode { type TransactionsCleanupConfig (line 145) | interface TransactionsCleanupConfig { type TransactionsQueryConfig (line 167) | interface TransactionsQueryConfig { type TransactionsConfig (line 179) | interface TransactionsConfig { type TransactionOptions (line 218) | interface TransactionOptions { class TransactionGetMultiSpec (line 235) | class TransactionGetMultiSpec { method constructor (line 236) | constructor(collection: Collection, id: string, transcoder?: Transcode... method _toCppDocumentId (line 260) | _toCppDocumentId(): CppDocumentId { class TransactionGetMultiReplicasFromPreferredServerGroupSpec (line 275) | class TransactionGetMultiReplicasFromPreferredServerGroupSpec { method constructor (line 276) | constructor(collection: Collection, id: string, transcoder?: Transcode... method _toCppDocumentId (line 300) | _toCppDocumentId(): CppDocumentId { class TransactionResult (line 315) | class TransactionResult { method constructor (line 319) | constructor(data: { transactionId: string; unstagingComplete: boolean ... class TransactionGetResult (line 341) | class TransactionGetResult { method constructor (line 345) | constructor(data: TransactionGetResult) { class TransactionGetMultiResultEntry (line 384) | class TransactionGetMultiResultEntry { method constructor (line 398) | constructor(data: { value?: any; error?: Error }) { class TransactionGetMultiResult (line 409) | class TransactionGetMultiResult { method constructor (line 413) | constructor(data: { content: TransactionGetMultiResultEntry[] }) { method exists (line 427) | exists(index: number): boolean { method contentAt (line 442) | contentAt(index: number): any { class TransactionGetMultiReplicasFromPreferredServerGroupResultEntry (line 461) | class TransactionGetMultiReplicasFromPreferredServerGroupResultEntry { method constructor (line 475) | constructor(data: { value?: any; error?: Error }) { class TransactionGetMultiReplicasFromPreferredServerGroupResult (line 486) | class TransactionGetMultiReplicasFromPreferredServerGroupResult { method constructor (line 490) | constructor(data: { method exists (line 506) | exists(index: number): boolean { method contentAt (line 521) | contentAt(index: number): any { class TransactionQueryResult (line 539) | class TransactionQueryResult { method constructor (line 553) | constructor(data: QueryResult) { type TransactionQueryOptions (line 562) | interface TransactionQueryOptions { type TransactionGetOptions (line 649) | interface TransactionGetOptions { type TransactionGetReplicaFromPreferredServerGroupOptions (line 659) | interface TransactionGetReplicaFromPreferredServerGroupOptions { type TransactionGetMultiOptions (line 669) | interface TransactionGetMultiOptions { type TransactionGetMultiReplicasFromPreferredServerGroupOptions (line 679) | interface TransactionGetMultiReplicasFromPreferredServerGroupOptions { type TransactionInsertOptions (line 689) | interface TransactionInsertOptions { type TransactionReplaceOptions (line 699) | interface TransactionReplaceOptions { function translateGetResult (line 709) | function translateGetResult( function translateGetMultiResult (line 734) | function translateGetMultiResult( function translateGetMultiReplicasFromPreferredServerGroupResult (line 767) | function translateGetMultiReplicasFromPreferredServerGroupResult( class TransactionAttemptContext (line 803) | class TransactionAttemptContext { method constructor (line 810) | constructor(txns: Transactions, config?: TransactionOptions) { method impl (line 825) | get impl(): CppTransaction { method _newAttempt (line 832) | _newAttempt(): Promise { method get (line 848) | async get( method getReplicaFromPreferredServerGroup (line 879) | async getReplicaFromPreferredServerGroup( method getMultiReplicasFromPreferredServerGroup (line 909) | async getMultiReplicasFromPreferredServerGroup( method getMulti (line 947) | async getMulti( method insert (line 979) | async insert( method replace (line 1016) | async replace( method remove (line 1058) | async remove(doc: TransactionGetResult): Promise { method query (line 1087) | async query( method _commit (line 1148) | async _commit(): Promise { method _rollback (line 1167) | async _rollback(): Promise { class Transactions (line 1182) | class Transactions { method constructor (line 1189) | constructor(cluster: Cluster, config?: TransactionsConfig) { method impl (line 1227) | get impl(): CppTransactions { method _close (line 1234) | _close(): Promise { method run (line 1249) | async run( FILE: lib/transcoders.ts constant NF_JSON (line 1) | const NF_JSON = 0x00 constant NF_RAW (line 2) | const NF_RAW = 0x02 constant NF_UTF8 (line 3) | const NF_UTF8 = 0x04 constant NF_MASK (line 4) | const NF_MASK = 0xff constant NF_UNKNOWN (line 5) | const NF_UNKNOWN = 0x100 constant CF_NONE (line 7) | const CF_NONE = 0x00 << 24 constant CF_PRIVATE (line 8) | const CF_PRIVATE = 0x01 << 24 constant CF_JSON (line 9) | const CF_JSON = 0x02 << 24 constant CF_RAW (line 10) | const CF_RAW = 0x03 << 24 constant CF_UTF8 (line 11) | const CF_UTF8 = 0x04 << 24 constant CF_MASK (line 12) | const CF_MASK = 0xff << 24 type Transcoder (line 20) | interface Transcoder { class DefaultTranscoder (line 47) | class DefaultTranscoder implements Transcoder { method encode (line 54) | encode(value: any): [Buffer, number] { method decode (line 76) | decode(bytes: Buffer, flags: number): any { class RawBinaryTranscoder (line 119) | class RawBinaryTranscoder implements Transcoder { method encode (line 126) | encode(value: Buffer): [Buffer, number] { method decode (line 142) | decode(bytes: Buffer, flags: number): any { class RawStringTranscoder (line 180) | class RawStringTranscoder implements Transcoder { method encode (line 187) | encode(value: string): [Buffer, number] { method decode (line 203) | decode(bytes: Buffer, flags: number): string { class RawJsonTranscoder (line 240) | class RawJsonTranscoder implements Transcoder { method encode (line 247) | encode(value: string): [Buffer, number] { method decode (line 267) | decode(bytes: Buffer, flags: number): Buffer { FILE: lib/usermanager.ts class Origin (line 23) | class Origin { method constructor (line 37) | constructor(data: Origin) { method _fromCppData (line 45) | static _fromCppData(data: CppManagementRbacOrigin): Origin { class Role (line 58) | class Role { method constructor (line 82) | constructor(data: Role) { method _fromCppData (line 92) | static _fromCppData(data: CppManagementRbacRole): Role { method _toCppData (line 104) | static _toCppData(data: Role): CppManagementRbacRole { class RoleAndDescription (line 119) | class RoleAndDescription extends Role { method constructor (line 133) | constructor(data: RoleAndDescription) { method _fromCppData (line 142) | static _fromCppData( class RoleAndOrigin (line 159) | class RoleAndOrigin extends Role { method constructor (line 168) | constructor(data: RoleAndOrigin) { method _fromCppData (line 176) | static _fromCppData(data: CppManagementRbacRoleAndOrigins): RoleAndOri... type IUser (line 195) | interface IUser { class User (line 227) | class User implements IUser { method constructor (line 256) | constructor(data: User) { method _fromCppData (line 266) | static _fromCppData(data: CppManagementRbacUser): User { method _toCppData (line 279) | static _toCppData(data: IUser): CppManagementRbacUser { class UserAndMetadata (line 308) | class UserAndMetadata extends User { method effectiveRolesAndOrigins (line 335) | get effectiveRolesAndOrigins(): RoleAndOrigin[] { method constructor (line 342) | constructor(data: UserAndMetadata) { method _fromCppData (line 353) | static _fromCppData(data: CppManagementRbacUserAndMetadata): UserAndMe... type IGroup (line 382) | interface IGroup { class Group (line 409) | class Group { method constructor (line 433) | constructor(data: Group) { method _fromCppData (line 443) | static _fromCppData(data: CppManagementRbacGroup): Group { method _toCppData (line 455) | static _toCppData(data: IGroup): CppManagementRbacGroup { type GetUserOptions (line 480) | interface GetUserOptions { type GetAllUsersOptions (line 500) | interface GetAllUsersOptions { type UpsertUserOptions (line 520) | interface UpsertUserOptions { type ChangePasswordOptions (line 540) | interface ChangePasswordOptions { type DropUserOptions (line 555) | interface DropUserOptions { type GetRolesOptions (line 575) | interface GetRolesOptions { type GetGroupOptions (line 590) | interface GetGroupOptions { type GetAllGroupsOptions (line 605) | interface GetAllGroupsOptions { type UpsertGroupOptions (line 620) | interface UpsertGroupOptions { type DropGroupOptions (line 635) | interface DropGroupOptions { class UserManager (line 653) | class UserManager { method constructor (line 659) | constructor(cluster: Cluster) { method observabilityInstruments (line 666) | get observabilityInstruments(): ObservabilityInstruments { method getUser (line 677) | async getUser( method getAllUsers (line 730) | async getAllUsers( method upsertUser (line 782) | async upsertUser( method changePassword (line 835) | async changePassword( method dropUser (line 886) | async dropUser( method getRoles (line 938) | async getRoles( method getGroup (line 988) | async getGroup( method getAllGroups (line 1039) | async getAllGroups( method upsertGroup (line 1089) | async upsertGroup( method dropGroup (line 1140) | async dropGroup( FILE: lib/utilities.ts type Cas (line 11) | interface Cas { type CasInput (line 29) | type CasInput = Cas | string | Buffer type NodeCallback (line 36) | interface NodeCallback { class PromiseHelper (line 43) | class PromiseHelper { method wrapAsync (line 47) | static wrapAsync>( method wrap (line 69) | static wrap( class CompoundTimeout (line 97) | class CompoundTimeout { method constructor (line 104) | constructor(timeout: number | undefined) { method left (line 112) | left(): number | undefined { method expired (line 130) | expired(): boolean { function duraLevelToNsServerStr (line 143) | function duraLevelToNsServerStr( function nsServerStrToDuraLevel (line 170) | function nsServerStrToDuraLevel( function cbQsStringify (line 193) | function cbQsStringify( function parseExpiry (line 229) | function parseExpiry(expiry?: number | Date): number { function getErrorMessage (line 303) | function getErrorMessage(error: any): string { FILE: lib/utilities_internal.ts function generateClientString (line 4) | function generateClientString(): string { FILE: lib/vectorsearch.ts type VectorQueryCombination (line 9) | enum VectorQueryCombination { type VectorSearchOptions (line 24) | interface VectorSearchOptions { class VectorQuery (line 36) | class VectorQuery { method constructor (line 44) | constructor(fieldName: string, vector: number[] | string) { method toJSON (line 75) | toJSON(): any { method boost (line 99) | boost(boost: number): VectorQuery { method numCandidates (line 109) | numCandidates(numCandidates: number): VectorQuery { method prefilter (line 124) | prefilter(prefilter: SearchQuery): VectorQuery { method create (line 140) | static create(fieldName: string, vector: number[] | string): VectorQue... class VectorSearch (line 150) | class VectorSearch { method constructor (line 154) | constructor(queries: VectorQuery[], options?: VectorSearchOptions) { method queries (line 172) | get queries(): VectorQuery[] { method options (line 179) | get options(): VectorSearchOptions | undefined { method fromVectorQuery (line 188) | static fromVectorQuery(query: VectorQuery): VectorSearch { FILE: lib/version.ts constant SDK_VERSION (line 4) | const SDK_VERSION = '4.7.0-dev'; constant SDK_NAME (line 5) | const SDK_NAME = 'couchbase'; FILE: lib/viewexecutor.ts class ViewExecutor (line 26) | class ViewExecutor { method constructor (line 32) | constructor(bucket: Bucket) { method _cluster (line 39) | get _cluster(): Cluster { method observabilityInstruments (line 46) | get observabilityInstruments(): ObservabilityInstruments { method _processViewResponse (line 53) | static _processViewResponse( method executePromise (line 99) | static executePromise( method query (line 129) | query( FILE: lib/viewindexmanager.ts class DesignDocumentView (line 22) | class DesignDocumentView { method constructor (line 43) | constructor(...args: any[]) { method _toCppData (line 61) | static _toCppData( method _fromCppData (line 75) | static _fromCppData( class DesignDocument (line 90) | class DesignDocument { method View (line 96) | static get View(): any { method constructor (line 135) | constructor(...args: any[]) { method _fromNsData (line 155) | static _fromNsData(ddocName: string, ddocData: any): DesignDocument { method _toCppData (line 171) | static _toCppData( method _fromCppData (line 190) | static _fromCppData(ddoc: CppManagementViewsDesignDocument): DesignDoc... type GetAllDesignDocumentOptions (line 208) | interface GetAllDesignDocumentOptions { type GetDesignDocumentOptions (line 223) | interface GetDesignDocumentOptions { type UpsertDesignDocumentOptions (line 238) | interface UpsertDesignDocumentOptions { type DropDesignDocumentOptions (line 253) | interface DropDesignDocumentOptions { type PublishDesignDocumentOptions (line 268) | interface PublishDesignDocumentOptions { class ViewIndexManager (line 290) | class ViewIndexManager { method constructor (line 296) | constructor(bucket: Bucket) { method _cluster (line 303) | private get _cluster() { method observabilityInstruments (line 310) | get observabilityInstruments(): ObservabilityInstruments { method getAllDesignDocuments (line 342) | async getAllDesignDocuments(): Promise { method getDesignDocument (line 437) | async getDesignDocument(): Promise { method upsertDesignDocument (line 535) | async upsertDesignDocument(): Promise { method dropDesignDocument (line 631) | async dropDesignDocument(): Promise { method publishDesignDocument (line 706) | async publishDesignDocument( FILE: lib/viewtypes.ts class ViewResult (line 8) | class ViewResult { method constructor (line 22) | constructor(data: ViewResult) { class ViewMetaData (line 33) | class ViewMetaData { method constructor (line 47) | constructor(data: { totalRows?: number; debug?: any }) { method total_rows (line 58) | get total_rows(): number | undefined { class ViewRow (line 68) | class ViewRow { method constructor (line 87) | constructor(data: ViewRow) { type DesignDocumentNamespace (line 99) | enum DesignDocumentNamespace { type ViewScanConsistency (line 117) | enum ViewScanConsistency { type ViewOrdering (line 147) | enum ViewOrdering { type ViewErrorMode (line 164) | enum ViewErrorMode { type ViewQueryKeyRange (line 183) | interface ViewQueryKeyRange { type ViewQueryIdRange (line 213) | interface ViewQueryIdRange { type ViewQueryOptions (line 228) | interface ViewQueryOptions { FILE: scripts/buildPrebuild.js function buildPrebuild (line 5) | function buildPrebuild( FILE: scripts/install.js function getLocalPrebuild (line 19) | function getLocalPrebuild() { function hasLocalPrebuild (line 24) | function hasLocalPrebuild() { function installPrebuild (line 28) | function installPrebuild() { FILE: scripts/prebuilds.js constant CN_ROOT (line 24) | const CN_ROOT = path.resolve(path.dirname(__filename), '..') constant CXXCBC_CACHE_DIR (line 29) | const CXXCBC_CACHE_DIR = constant ENV_TRUE (line 32) | const ENV_TRUE = ['true', '1', 'y', 'yes', 'on'] function buildBinary (line 34) | function buildBinary( function configureBinary (line 155) | function configureBinary( function getLocalPrebuild (line 257) | function getLocalPrebuild(dir) { function getLinuxType (line 276) | function getLinuxType(platform) { function getNodeMajorVersion (line 283) | function getNodeMajorVersion(version) { function getNodeVersion (line 288) | function getNodeVersion() { function getPrebuildsInfo (line 292) | function getPrebuildsInfo(dir) { function getSSLType (line 317) | function getSSLType(runtime, version) { function getSupportedPlatformPackages (line 327) | function getSupportedPlatformPackages(packageName) { function isElectron (line 350) | function isElectron() { function loadPrebuild (line 360) | function loadPrebuild(dir) { function matchBuild (line 364) | function matchBuild(name) { function matchingPlatformPrebuild (line 368) | function matchingPlatformPrebuild(filename, useElectronRuntime = false) { function readdirSync (line 409) | function readdirSync(dir) { function resolveLocalPrebuild (line 417) | async function resolveLocalPrebuild(src, dest) { function resolvePrebuild (line 434) | function resolvePrebuild( FILE: scripts/prune.js function getMismatchedPlatformPackagesInfo (line 7) | function getMismatchedPlatformPackagesInfo( function getDirectorySize (line 41) | function getDirectorySize(dir) { function getPrebuildsInfo (line 57) | function getPrebuildsInfo() { function pruneCouchbaseHelp (line 67) | function pruneCouchbaseHelp() { FILE: src/addondata.hpp type couchnode (line 4) | namespace couchnode class AddonData (line 7) | class AddonData method Init (line 10) | static inline void Init(Napi::Env env, Napi::Object exports) method AddonData (line 15) | static inline AddonData *fromEnv(Napi::Env &env) FILE: src/binding.cpp type couchnode (line 13) | namespace couchnode function enable_protocol_logger (line 16) | Napi::Value enable_protocol_logger(const Napi::CallbackInfo &info) function shutdown_logger (line 29) | Napi::Value shutdown_logger(const Napi::CallbackInfo &info) function Init (line 39) | Napi::Object Init(Napi::Env env, Napi::Object exports) function Init (line 102) | Napi::Object Init(Napi::Env env, Napi::Object exports) FILE: src/cas.cpp type couchnode (line 5) | namespace couchnode FILE: src/cas.hpp type couchbase (line 6) | namespace couchbase type couchnode (line 11) | namespace couchnode class Cas (line 14) | class Cas : public Napi::ObjectWrap FILE: src/connection.cpp type couchnode (line 15) | namespace couchnode function jscbForward (line 18) | void jscbForward(Napi::Env env, Napi::Function callback, std::nullptr_... FILE: src/connection.hpp type couchnode (line 9) | namespace couchnode class CallCookie (line 21) | class CallCookie method CallCookie (line 24) | CallCookie(Napi::Env env, Napi::Function jsCallback, method CallCookie (line 32) | CallCookie(CallCookie &o) = delete; method CallCookie (line 34) | CallCookie(CallCookie &&o) method invoke (line 39) | void invoke(FwdFunc &&callback) class Connection (line 49) | class Connection : public Napi::ObjectWrap method cluster (line 62) | couchbase::core::cluster cluster() const method executeOp (line 229) | void executeOp(const std::string &opName, const Request &req, method executeOp (line 247) | void executeOp(const std::string &opName, const Request &req, FILE: src/connection_autogen.cpp type couchnode (line 4) | namespace couchnode FILE: src/constants.cpp type couchnode (line 13) | namespace couchnode function cbppEnumToJs (line 17) | static inline Napi::Object FILE: src/constants.hpp type couchnode (line 4) | namespace couchnode class Constants (line 7) | class Constants FILE: src/instance.cpp type couchnode (line 3) | namespace couchnode FILE: src/instance.hpp type couchnode (line 8) | namespace couchnode class Instance (line 11) | class Instance FILE: src/jstocbpp_autogen.hpp type couchnode (line 24) | namespace couchnode type js_to_cbpp_t (line 30) | struct js_to_cbpp_t { method from_js (line 31) | static inline couchbase::core::management::analytics::dataset method to_js (line 43) | static inline Napi::Value type js_to_cbpp_t (line 59) | struct js_to_cbpp_t { method from_js (line 60) | static inline couchbase::core::management::analytics::index method to_js (line 72) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::analytics::azure_blob_external_link> (line 88) | struct js_to_cbpp_t< method from_js (line 90) | static inline couchbase::core::management::analytics:: method to_js (line 113) | static inline Napi::Value type js_to_cbpp_t (line 139) | struct js_to_cbpp_t (line 178) | struct js_to_cbpp_t< method from_js (line 180) | static inline couchbase::core::management::analytics::couchbase_remo... method to_js (line 197) | static inline Napi::Value type js_to_cbpp_t (line 219) | struct js_to_cbpp_t (line 259) | struct js_to_cbpp_t (line 378) | struct js_to_cbpp_t< method from_js (line 380) | static inline couchbase::core::management::cluster::bucket_settings:... method to_js (line 394) | static inline Napi::Value type js_to_cbpp_t (line 412) | struct js_to_cbpp_t (line 447) | struct js_to_cbpp_t (line 474) | struct js_to_cbpp_t (line 502) | struct js_to_cbpp_t (line 667) | struct js_to_cbpp_t< method from_js (line 669) | static inline couchbase::core::management::eventing::function_bucket... method to_js (line 682) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::eventing::function_url_no_auth> (line 704) | struct js_to_cbpp_t< method from_js (line 706) | static inline couchbase::core::management::eventing::function_url_no... method to_js (line 713) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::eventing::function_url_auth_basic> (line 724) | struct js_to_cbpp_t< method from_js (line 726) | static inline couchbase::core::management::eventing::function_url_au... method to_js (line 735) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::eventing::function_url_auth_digest> (line 748) | struct js_to_cbpp_t< method from_js (line 750) | static inline couchbase::core::management::eventing:: method to_js (line 760) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::eventing::function_url_auth_bearer> (line 773) | struct js_to_cbpp_t< method from_js (line 775) | static inline couchbase::core::management::eventing:: method to_js (line 784) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::eventing::function_url_binding> (line 796) | struct js_to_cbpp_t< method from_js (line 798) | static inline couchbase::core::management::eventing::function_url_bi... method to_js (line 835) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::management::eventing::function_constant_binding> (line 879) | struct js_to_cbpp_t< method from_js (line 881) | static inline couchbase::core::management::eventing:: method to_js (line 891) | static inline Napi::Value type js_to_cbpp_t (line 904) | struct js_to_cbpp_t { method from_js (line 905) | static inline couchbase::core::management::eventing::function method to_js (line 938) | static inline Napi::Value type js_to_cbpp_t (line 990) | struct js_to_cbpp_t (line 1045) | struct js_to_cbpp_t { method from_js (line 1046) | static inline couchbase::core::management::eventing::status method to_js (line 1058) | static inline Napi::Value type js_to_cbpp_t (line 1074) | struct js_to_cbpp_t { method from_js (line 1075) | static inline couchbase::core::management::rbac::role method to_js (line 1089) | static inline Napi::Value type js_to_cbpp_t (line 1105) | struct js_to_cbpp_t (line 1143) | struct js_to_cbpp_t { method from_js (line 1144) | static inline couchbase::core::management::rbac::origin method to_js (line 1153) | static inline Napi::Value type js_to_cbpp_t (line 1166) | struct js_to_cbpp_t (line 1204) | struct js_to_cbpp_t { method from_js (line 1205) | static inline couchbase::core::management::rbac::user method to_js (line 1220) | static inline Napi::Value type js_to_cbpp_t (line 1240) | struct js_to_cbpp_t (line 1297) | struct js_to_cbpp_t { method from_js (line 1298) | static inline couchbase::core::management::rbac::group method to_js (line 1312) | static inline Napi::Value type js_to_cbpp_t (line 1331) | struct js_to_cbpp_t { method from_js (line 1332) | static inline couchbase::core::management::search::index method to_js (line 1350) | static inline Napi::Value type js_to_cbpp_t (line 1375) | struct js_to_cbpp_t { method from_js (line 1376) | static inline couchbase::management::query_index from_js(Napi::Value... method to_js (line 1397) | static inline Napi::Value type js_to_cbpp_t (line 1422) | struct js_to_cbpp_t { method from_js (line 1423) | static inline couchbase::core::topology::collections_manifest method to_js (line 1435) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::topology::collections_manifest::collection> (line 1452) | struct js_to_cbpp_t< method from_js (line 1454) | static inline couchbase::core::topology::collections_manifest::colle... method to_js (line 1465) | static inline Napi::Value type js_to_cbpp_t (line 1482) | struct js_to_cbpp_t (line 1512) | struct js_to_cbpp_t { method from_js (line 1513) | static inline couchbase::core::diag::endpoint_diag_info method to_js (line 1533) | static inline Napi::Value type js_to_cbpp_t (line 1557) | struct js_to_cbpp_t { method from_js (line 1558) | static inline couchbase::core::diag::diagnostics_result method to_js (line 1572) | static inline Napi::Value type js_to_cbpp_t (line 1590) | struct js_to_cbpp_t { method from_js (line 1591) | static inline couchbase::core::diag::endpoint_ping_info method to_js (line 1611) | static inline Napi::Value type js_to_cbpp_t (line 1634) | struct js_to_cbpp_t { method from_js (line 1635) | static inline couchbase::core::diag::ping_result from_js(Napi::Value... method to_js (line 1648) | static inline Napi::Value type js_to_cbpp_t (line 1665) | struct js_to_cbpp_t { method from_js (line 1666) | static inline couchbase::core::operations::prepend_response method to_js (line 1677) | static inline Napi::Value type js_to_cbpp_t (line 1694) | struct js_to_cbpp_t { method from_js (line 1695) | static inline couchbase::core::operations::prepend_request from_js( method to_js (line 1714) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::prepend_request_with_legacy_durability> (line 1739) | struct js_to_cbpp_t< method from_js (line 1741) | static inline couchbase::core::operations:: method to_js (line 1765) | static inline Napi::Value type js_to_cbpp_t (line 1792) | struct js_to_cbpp_t { method from_js (line 1793) | static inline couchbase::core::operations::exists_response method to_js (line 1810) | static inline Napi::Value type js_to_cbpp_t (line 1833) | struct js_to_cbpp_t { method from_js (line 1834) | static inline couchbase::core::operations::exists_request from_js( method to_js (line 1849) | static inline Napi::Value type js_to_cbpp_t (line 1869) | struct js_to_cbpp_t { method from_js (line 1870) | static inline couchbase::core::operations::http_noop_response method to_js (line 1879) | static inline Napi::Value type js_to_cbpp_t (line 1893) | struct js_to_cbpp_t { method from_js (line 1894) | static inline couchbase::core::operations::http_noop_request from_js( method to_js (line 1909) | static inline Napi::Value type js_to_cbpp_t (line 1927) | struct js_to_cbpp_t { method from_js (line 1928) | static inline couchbase::core::operations::unlock_response method to_js (line 1938) | static inline Napi::Value type js_to_cbpp_t (line 1953) | struct js_to_cbpp_t { method from_js (line 1954) | static inline couchbase::core::operations::unlock_request from_js( method to_js (line 1970) | static inline Napi::Value type js_to_cbpp_t (line 1991) | struct js_to_cbpp_t (line 2023) | struct js_to_cbpp_t< method from_js (line 2025) | static inline couchbase::core::operations::get_all_replicas_response... method to_js (line 2036) | static inline Napi::Value type js_to_cbpp_t (line 2052) | struct js_to_cbpp_t (line 2085) | struct js_to_cbpp_t { method from_js (line 2086) | static inline couchbase::core::operations::upsert_response method to_js (line 2097) | static inline Napi::Value type js_to_cbpp_t (line 2114) | struct js_to_cbpp_t { method from_js (line 2115) | static inline couchbase::core::operations::upsert_request from_js( method to_js (line 2136) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::upsert_request_with_legacy_durability> (line 2164) | struct js_to_cbpp_t< method from_js (line 2166) | static inline couchbase::core::operations:: method to_js (line 2192) | static inline Napi::Value to_js( type js_to_cbpp_t (line 2223) | struct js_to_cbpp_t (line 2256) | struct js_to_cbpp_t (line 2289) | struct js_to_cbpp_t { method from_js (line 2290) | static inline couchbase::core::operations::append_response method to_js (line 2301) | static inline Napi::Value type js_to_cbpp_t (line 2318) | struct js_to_cbpp_t { method from_js (line 2319) | static inline couchbase::core::operations::append_request from_js( method to_js (line 2338) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::append_request_with_legacy_durability> (line 2363) | struct js_to_cbpp_t< method from_js (line 2365) | static inline couchbase::core::operations:: method to_js (line 2389) | static inline Napi::Value to_js( type js_to_cbpp_t (line 2417) | struct js_to_cbpp_t { method from_js (line 2418) | static inline couchbase::core::operations::query_response method to_js (line 2435) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::query_response::query_metrics> (line 2460) | struct js_to_cbpp_t< method from_js (line 2462) | static inline couchbase::core::operations::query_response::query_met... method to_js (line 2482) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::query_response::query_problem> (line 2509) | struct js_to_cbpp_t< method from_js (line 2511) | static inline couchbase::core::operations::query_response::query_pro... method to_js (line 2523) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::query_response::query_meta_data> (line 2539) | struct js_to_cbpp_t< method from_js (line 2541) | static inline couchbase::core::operations::query_response::query_met... method to_js (line 2565) | static inline Napi::Value type js_to_cbpp_t (line 2600) | struct js_to_cbpp_t { method from_js (line 2601) | static inline couchbase::core::operations::query_request from_js( method to_js (line 2654) | static inline Napi::Value type js_to_cbpp_t (line 2718) | struct js_to_cbpp_t { method from_js (line 2719) | static inline couchbase::core::operations::replace_response method to_js (line 2730) | static inline Napi::Value type js_to_cbpp_t (line 2747) | struct js_to_cbpp_t { method from_js (line 2748) | static inline couchbase::core::operations::replace_request from_js( method to_js (line 2770) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::replace_request_with_legacy_durability> (line 2799) | struct js_to_cbpp_t< method from_js (line 2801) | static inline couchbase::core::operations:: method to_js (line 2828) | static inline Napi::Value type js_to_cbpp_t (line 2859) | struct js_to_cbpp_t (line 2890) | struct js_to_cbpp_t { method from_js (line 2891) | static inline couchbase::core::operations::get_and_touch_request fro... method to_js (line 2907) | static inline Napi::Value type js_to_cbpp_t (line 2928) | struct js_to_cbpp_t { method from_js (line 2929) | static inline couchbase::core::operations::remove_response method to_js (line 2940) | static inline Napi::Value type js_to_cbpp_t (line 2957) | struct js_to_cbpp_t { method from_js (line 2958) | static inline couchbase::core::operations::remove_request from_js( method to_js (line 2976) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::remove_request_with_legacy_durability> (line 2999) | struct js_to_cbpp_t< method from_js (line 3001) | static inline couchbase::core::operations:: method to_js (line 3024) | static inline Napi::Value to_js( type js_to_cbpp_t (line 3050) | struct js_to_cbpp_t { method from_js (line 3051) | static inline couchbase::core::operations::get_response method to_js (line 3063) | static inline Napi::Value type js_to_cbpp_t (line 3081) | struct js_to_cbpp_t { method from_js (line 3082) | static inline couchbase::core::operations::get_request from_js( method to_js (line 3097) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::lookup_in_all_replicas_response> (line 3116) | struct js_to_cbpp_t< method from_js (line 3118) | static inline couchbase::core::operations::lookup_in_all_replicas_re... method to_js (line 3130) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::lookup_in_all_replicas_response::entry> (line 3150) | struct js_to_cbpp_t< method from_js (line 3152) | static inline couchbase::core::operations::lookup_in_all_replicas_re... method to_js (line 3167) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::lookup_in_all_replicas_response::entry:: lookup_in_entry> (line 3185) | struct js_to_cbpp_t< method from_js (line 3188) | static inline couchbase::core::operations::lookup_in_all_replicas_re... method to_js (line 3207) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::lookup_in_all_replicas_request> (line 3230) | struct js_to_cbpp_t< method from_js (line 3232) | static inline couchbase::core::operations::lookup_in_all_replicas_re... method to_js (line 3250) | static inline Napi::Value type js_to_cbpp_t (line 3275) | struct js_to_cbpp_t { method from_js (line 3276) | static inline couchbase::core::operations::analytics_response method to_js (line 3288) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::analytics_response::analytics_metrics> (line 3307) | struct js_to_cbpp_t< method from_js (line 3309) | static inline couchbase::core::operations::analytics_response:: method to_js (line 3330) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::analytics_response::analytics_problem> (line 3355) | struct js_to_cbpp_t< method from_js (line 3357) | static inline couchbase::core::operations::analytics_response:: method to_js (line 3368) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::analytics_response::analytics_meta_data> (line 3381) | struct js_to_cbpp_t< method from_js (line 3383) | static inline couchbase::core::operations::analytics_response:: method to_js (line 3409) | static inline Napi::Value type js_to_cbpp_t (line 3441) | struct js_to_cbpp_t { method from_js (line 3442) | static inline couchbase::core::operations::analytics_request from_js( method to_js (line 3474) | static inline Napi::Value type js_to_cbpp_t (line 3517) | struct js_to_cbpp_t (line 3552) | struct js_to_cbpp_t { method from_js (line 3553) | static inline couchbase::core::operations::get_projected_request fro... method to_js (line 3575) | static inline Napi::Value type js_to_cbpp_t (line 3603) | struct js_to_cbpp_t { method from_js (line 3604) | static inline couchbase::core::operations::decrement_response method to_js (line 3616) | static inline Napi::Value type js_to_cbpp_t (line 3634) | struct js_to_cbpp_t { method from_js (line 3635) | static inline couchbase::core::operations::decrement_request from_js( method to_js (line 3656) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::decrement_request_with_legacy_durability> (line 3682) | struct js_to_cbpp_t< method from_js (line 3684) | static inline couchbase::core::operations:: method to_js (line 3710) | static inline Napi::Value type js_to_cbpp_t (line 3738) | struct js_to_cbpp_t { method from_js (line 3739) | static inline couchbase::core::operations::search_response method to_js (line 3759) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::search_response::search_metrics> (line 3790) | struct js_to_cbpp_t< method from_js (line 3792) | static inline couchbase::core::operations::search_response::search_m... method to_js (line 3806) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::search_response::search_meta_data> (line 3828) | struct js_to_cbpp_t< method from_js (line 3830) | static inline couchbase::core::operations::search_response::search_m... method to_js (line 3844) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::search_response::search_location> (line 3864) | struct js_to_cbpp_t< method from_js (line 3866) | static inline couchbase::core::operations::search_response::search_l... method to_js (line 3881) | static inline Napi::Value type js_to_cbpp_t (line 3902) | struct js_to_cbpp_t (line 3944) | struct js_to_cbpp_t< method from_js (line 3946) | static inline couchbase::core::operations::search_response::search_f... method to_js (line 3967) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::search_response::search_facet::term_facet> (line 4000) | struct js_to_cbpp_t< method from_js (line 4002) | static inline couchbase::core::operations::search_response::search_f... method to_js (line 4013) | static inline Napi::Value type js_to_cbpp_t (line 4025) | struct js_to_cbpp_t (line 4057) | struct js_to_cbpp_t (line 4094) | struct js_to_cbpp_t { method from_js (line 4095) | static inline couchbase::core::operations::search_request from_js( method to_js (line 4154) | static inline Napi::Value type js_to_cbpp_t (line 4229) | struct js_to_cbpp_t { method from_js (line 4230) | static inline couchbase::core::operations::touch_response method to_js (line 4240) | static inline Napi::Value type js_to_cbpp_t (line 4255) | struct js_to_cbpp_t { method from_js (line 4256) | static inline couchbase::core::operations::touch_request from_js( method to_js (line 4272) | static inline Napi::Value type js_to_cbpp_t (line 4293) | struct js_to_cbpp_t { method from_js (line 4294) | static inline couchbase::core::operations::lookup_in_response method to_js (line 4308) | static inline Napi::Value type js_to_cbpp_t (line 4328) | struct js_to_cbpp_t (line 4368) | struct js_to_cbpp_t { method from_js (line 4369) | static inline couchbase::core::operations::lookup_in_request from_js( method to_js (line 4387) | static inline Napi::Value type js_to_cbpp_t (line 4413) | struct js_to_cbpp_t (line 4461) | struct js_to_cbpp_t< method from_js (line 4463) | static inline couchbase::core::operations::document_view_response::m... method to_js (line 4474) | static inline Napi::Value type js_to_cbpp_t (line 4489) | struct js_to_cbpp_t (line 4514) | struct js_to_cbpp_t< method from_js (line 4516) | static inline couchbase::core::operations::document_view_response::p... method to_js (line 4525) | static inline Napi::Value type js_to_cbpp_t (line 4538) | struct js_to_cbpp_t { method from_js (line 4539) | static inline couchbase::core::operations::document_view_request fro... method to_js (line 4591) | static inline Napi::Value type js_to_cbpp_t (line 4655) | struct js_to_cbpp_t { method from_js (line 4656) | static inline couchbase::core::operations::get_and_lock_response method to_js (line 4668) | static inline Napi::Value type js_to_cbpp_t (line 4686) | struct js_to_cbpp_t { method from_js (line 4687) | static inline couchbase::core::operations::get_and_lock_request from... method to_js (line 4703) | static inline Napi::Value type js_to_cbpp_t (line 4725) | struct js_to_cbpp_t { method from_js (line 4726) | static inline couchbase::core::operations::insert_response method to_js (line 4737) | static inline Napi::Value type js_to_cbpp_t (line 4754) | struct js_to_cbpp_t { method from_js (line 4755) | static inline couchbase::core::operations::insert_request from_js( method to_js (line 4775) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::insert_request_with_legacy_durability> (line 4801) | struct js_to_cbpp_t< method from_js (line 4803) | static inline couchbase::core::operations:: method to_js (line 4828) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::lookup_in_any_replica_response> (line 4857) | struct js_to_cbpp_t< method from_js (line 4859) | static inline couchbase::core::operations::lookup_in_any_replica_res... method to_js (line 4874) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::lookup_in_any_replica_response::entry> (line 4897) | struct js_to_cbpp_t< method from_js (line 4899) | static inline couchbase::core::operations::lookup_in_any_replica_res... method to_js (line 4918) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::lookup_in_any_replica_request> (line 4941) | struct js_to_cbpp_t< method from_js (line 4943) | static inline couchbase::core::operations::lookup_in_any_replica_req... method to_js (line 4961) | static inline Napi::Value type js_to_cbpp_t (line 4986) | struct js_to_cbpp_t { method from_js (line 4987) | static inline couchbase::core::operations::mutate_in_response method to_js (line 5002) | static inline Napi::Value type js_to_cbpp_t (line 5024) | struct js_to_cbpp_t (line 5062) | struct js_to_cbpp_t { method from_js (line 5063) | static inline couchbase::core::operations::mutate_in_request from_js( method to_js (line 5094) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::mutate_in_request_with_legacy_durability> (line 5134) | struct js_to_cbpp_t< method from_js (line 5136) | static inline couchbase::core::operations:: method to_js (line 5172) | static inline Napi::Value type js_to_cbpp_t (line 5214) | struct js_to_cbpp_t { method from_js (line 5215) | static inline couchbase::core::operations::increment_response method to_js (line 5227) | static inline Napi::Value type js_to_cbpp_t (line 5245) | struct js_to_cbpp_t { method from_js (line 5246) | static inline couchbase::core::operations::increment_request from_js( method to_js (line 5267) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::increment_request_with_legacy_durability> (line 5293) | struct js_to_cbpp_t< method from_js (line 5295) | static inline couchbase::core::operations:: method to_js (line 5321) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_upsert_response> (line 5349) | struct js_to_cbpp_t< method from_js (line 5351) | static inline couchbase::core::operations::management::group_upsert_... method to_js (line 5362) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_upsert_request> (line 5379) | struct js_to_cbpp_t< method from_js (line 5381) | static inline couchbase::core::operations::management::group_upsert_... method to_js (line 5397) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_pause_function_response> (line 5417) | struct js_to_cbpp_t< method from_js (line 5419) | static inline couchbase::core::operations::management:: method to_js (line 5433) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_pause_function_request> (line 5453) | struct js_to_cbpp_t< method from_js (line 5455) | static inline couchbase::core::operations::management:: method to_js (line 5476) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::query_index_get_all_response> (line 5497) | struct js_to_cbpp_t< method from_js (line 5499) | static inline couchbase::core::operations::management:: method to_js (line 5513) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::query_index_get_all_request> (line 5532) | struct js_to_cbpp_t< method from_js (line 5534) | static inline couchbase::core::operations::management:: method to_js (line 5556) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::collection_create_response> (line 5580) | struct js_to_cbpp_t< method from_js (line 5582) | static inline couchbase::core::operations::management:: method to_js (line 5594) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::collection_create_request> (line 5610) | struct js_to_cbpp_t< method from_js (line 5612) | static inline couchbase::core::operations::management:: method to_js (line 5635) | static inline Napi::Value to_js( type js_to_cbpp_t (line 5662) | struct js_to_cbpp_t (line 5698) | struct js_to_cbpp_t< method from_js (line 5700) | static inline couchbase::core::operations::management:: method to_js (line 5721) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_get_stats_response> (line 5742) | struct js_to_cbpp_t< method from_js (line 5744) | static inline couchbase::core::operations::management:: method to_js (line 5758) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_get_stats_request> (line 5776) | struct js_to_cbpp_t< method from_js (line 5778) | static inline couchbase::core::operations::management:: method to_js (line 5795) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_get_all_response> (line 5813) | struct js_to_cbpp_t< method from_js (line 5815) | static inline couchbase::core::operations::management:: method to_js (line 5828) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_get_all_request> (line 5847) | struct js_to_cbpp_t< method from_js (line 5849) | static inline couchbase::core::operations::management:: method to_js (line 5864) | static inline Napi::Value type js_to_cbpp_t (line 5881) | struct js_to_cbpp_t (line 5920) | struct js_to_cbpp_t (line 5946) | struct js_to_cbpp_t (line 5995) | struct js_to_cbpp_t< method from_js (line 5997) | static inline couchbase::core::operations::management:: method to_js (line 6011) | static inline Napi::Value to_js( type js_to_cbpp_t (line 6030) | struct js_to_cbpp_t (line 6075) | struct js_to_cbpp_t (line 6113) | struct js_to_cbpp_t (line 6139) | struct js_to_cbpp_t< method from_js (line 6141) | static inline couchbase::core::operations::management:: method to_js (line 6157) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::search_index_get_all_response> (line 6174) | struct js_to_cbpp_t< method from_js (line 6176) | static inline couchbase::core::operations::management:: method to_js (line 6191) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_get_all_request> (line 6213) | struct js_to_cbpp_t< method from_js (line 6215) | static inline couchbase::core::operations::management:: method to_js (line 6235) | static inline Napi::Value type js_to_cbpp_t (line 6255) | struct js_to_cbpp_t (line 6289) | struct js_to_cbpp_t (line 6338) | struct js_to_cbpp_t< method from_js (line 6340) | static inline couchbase::core::operations::management:: method to_js (line 6355) | static inline Napi::Value to_js( type js_to_cbpp_t (line 6377) | struct js_to_cbpp_t (line 6402) | struct js_to_cbpp_t< method from_js (line 6404) | static inline couchbase::core::operations::management:: method to_js (line 6430) | static inline Napi::Value to_js( type js_to_cbpp_t (line 6460) | struct js_to_cbpp_t (line 6498) | struct js_to_cbpp_t< method from_js (line 6500) | static inline couchbase::core::operations::management:: method to_js (line 6524) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_flush_response> (line 6550) | struct js_to_cbpp_t< method from_js (line 6552) | static inline couchbase::core::operations::management::bucket_flush_... method to_js (line 6561) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_flush_request> (line 6576) | struct js_to_cbpp_t< method from_js (line 6578) | static inline couchbase::core::operations::management::bucket_flush_... method to_js (line 6593) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_index_drop_response> (line 6611) | struct js_to_cbpp_t< method from_js (line 6613) | static inline couchbase::core::operations::management:: method to_js (line 6628) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_index_drop_request> (line 6649) | struct js_to_cbpp_t< method from_js (line 6651) | static inline couchbase::core::operations::management:: method to_js (line 6673) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::query_index_create_response> (line 6697) | struct js_to_cbpp_t< method from_js (line 6699) | static inline couchbase::core::operations::management:: method to_js (line 6714) | static inline Napi::Value type js_to_cbpp_t (line 6736) | struct js_to_cbpp_t (line 6761) | struct js_to_cbpp_t< method from_js (line 6763) | static inline couchbase::core::operations::management:: method to_js (line 6795) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_upsert_response> (line 6832) | struct js_to_cbpp_t< method from_js (line 6834) | static inline couchbase::core::operations::management:: method to_js (line 6849) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_upsert_request> (line 6868) | struct js_to_cbpp_t< method from_js (line 6870) | static inline couchbase::core::operations::management:: method to_js (line 6892) | static inline Napi::Value type js_to_cbpp_t (line 6915) | struct js_to_cbpp_t (line 6961) | struct js_to_cbpp_t (line 6995) | struct js_to_cbpp_t< method from_js (line 6997) | static inline couchbase::core::operations::management:: method to_js (line 7014) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_index_get_all_request> (line 7040) | struct js_to_cbpp_t< method from_js (line 7042) | static inline couchbase::core::operations::management:: method to_js (line 7058) | static inline Napi::Value type js_to_cbpp_t (line 7074) | struct js_to_cbpp_t (line 7116) | struct js_to_cbpp_t (line 7150) | struct js_to_cbpp_t (line 7188) | struct js_to_cbpp_t< method from_js (line 7190) | static inline couchbase::core::operations::management:: method to_js (line 7210) | static inline Napi::Value type js_to_cbpp_t (line 7230) | struct js_to_cbpp_t (line 7255) | struct js_to_cbpp_t< method from_js (line 7257) | static inline couchbase::core::operations::management:: method to_js (line 7272) | static inline Napi::Value type js_to_cbpp_t (line 7294) | struct js_to_cbpp_t (line 7319) | struct js_to_cbpp_t< method from_js (line 7321) | static inline couchbase::core::operations::management:: method to_js (line 7341) | static inline Napi::Value type js_to_cbpp_t (line 7361) | struct js_to_cbpp_t (line 7394) | struct js_to_cbpp_t< method from_js (line 7396) | static inline couchbase::core::operations::management:: method to_js (line 7414) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::change_password_response> (line 7434) | struct js_to_cbpp_t< method from_js (line 7436) | static inline couchbase::core::operations::management:: method to_js (line 7447) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::change_password_request> (line 7462) | struct js_to_cbpp_t< method from_js (line 7464) | static inline couchbase::core::operations::management:: method to_js (line 7480) | static inline Napi::Value type js_to_cbpp_t (line 7499) | struct js_to_cbpp_t (line 7527) | struct js_to_cbpp_t (line 7561) | struct js_to_cbpp_t< method from_js (line 7563) | static inline couchbase::core::operations::management:: method to_js (line 7578) | static inline Napi::Value type js_to_cbpp_t (line 7599) | struct js_to_cbpp_t (line 7624) | struct js_to_cbpp_t< method from_js (line 7626) | static inline couchbase::core::operations::management:: method to_js (line 7645) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::collection_update_response> (line 7664) | struct js_to_cbpp_t< method from_js (line 7666) | static inline couchbase::core::operations::management:: method to_js (line 7678) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::collection_update_request> (line 7694) | struct js_to_cbpp_t< method from_js (line 7696) | static inline couchbase::core::operations::management:: method to_js (line 7719) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::server_node_address> (line 7746) | struct js_to_cbpp_t< method from_js (line 7748) | static inline couchbase::core::operations::management::server_node_a... method to_js (line 7758) | static inline Napi::Value type js_to_cbpp_t (line 7772) | struct js_to_cbpp_t (line 7821) | struct js_to_cbpp_t (line 7848) | struct js_to_cbpp_t< method from_js (line 7850) | static inline couchbase::core::operations::management:: method to_js (line 7864) | static inline Napi::Value to_js( type js_to_cbpp_t (line 7883) | struct js_to_cbpp_t (line 7940) | struct js_to_cbpp_t< method from_js (line 7942) | static inline couchbase::core::operations::management:: method to_js (line 7958) | static inline Napi::Value type js_to_cbpp_t (line 7976) | struct js_to_cbpp_t (line 8012) | struct js_to_cbpp_t< method from_js (line 8014) | static inline couchbase::core::operations::management:: method to_js (line 8036) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_get_all_response> (line 8059) | struct js_to_cbpp_t< method from_js (line 8061) | static inline couchbase::core::operations::management:: method to_js (line 8075) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_get_all_request> (line 8094) | struct js_to_cbpp_t< method from_js (line 8096) | static inline couchbase::core::operations::management:: method to_js (line 8115) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_get_response> (line 8135) | struct js_to_cbpp_t< method from_js (line 8137) | static inline couchbase::core::operations::management::bucket_get_re... method to_js (line 8148) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_get_request> (line 8167) | struct js_to_cbpp_t< method from_js (line 8169) | static inline couchbase::core::operations::management::bucket_get_re... method to_js (line 8184) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_update_response> (line 8202) | struct js_to_cbpp_t< method from_js (line 8204) | static inline couchbase::core::operations::management:: method to_js (line 8218) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_update_request> (line 8239) | struct js_to_cbpp_t< method from_js (line 8241) | static inline couchbase::core::operations::management::bucket_update... method to_js (line 8257) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_drop_response> (line 8278) | struct js_to_cbpp_t< method from_js (line 8280) | static inline couchbase::core::operations::management::bucket_drop_r... method to_js (line 8289) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_drop_request> (line 8304) | struct js_to_cbpp_t< method from_js (line 8306) | static inline couchbase::core::operations::management::bucket_drop_r... method to_js (line 8321) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::freeform_response> (line 8339) | struct js_to_cbpp_t< method from_js (line 8341) | static inline couchbase::core::operations::management::freeform_resp... method to_js (line 8354) | static inline Napi::Value type js_to_cbpp_t (line 8373) | struct js_to_cbpp_t (line 8418) | struct js_to_cbpp_t< method from_js (line 8420) | static inline couchbase::core::operations::management::scope_drop_re... method to_js (line 8430) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::scope_drop_request> (line 8446) | struct js_to_cbpp_t< method from_js (line 8448) | static inline couchbase::core::operations::management::scope_drop_re... method to_js (line 8464) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_upsert_response> (line 8485) | struct js_to_cbpp_t< method from_js (line 8487) | static inline couchbase::core::operations::management:: method to_js (line 8498) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_upsert_request> (line 8513) | struct js_to_cbpp_t< method from_js (line 8515) | static inline couchbase::core::operations::management:: method to_js (line 8534) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::user_get_all_response> (line 8557) | struct js_to_cbpp_t< method from_js (line 8559) | static inline couchbase::core::operations::management::user_get_all_... method to_js (line 8571) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::user_get_all_request> (line 8590) | struct js_to_cbpp_t< method from_js (line 8592) | static inline couchbase::core::operations::management::user_get_all_... method to_js (line 8608) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::scope_create_response> (line 8628) | struct js_to_cbpp_t< method from_js (line 8630) | static inline couchbase::core::operations::management::scope_create_... method to_js (line 8640) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::scope_create_request> (line 8656) | struct js_to_cbpp_t< method from_js (line 8658) | static inline couchbase::core::operations::management::scope_create_... method to_js (line 8674) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_get_function_response> (line 8695) | struct js_to_cbpp_t< method from_js (line 8697) | static inline couchbase::core::operations::management:: method to_js (line 8713) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_get_function_request> (line 8736) | struct js_to_cbpp_t< method from_js (line 8738) | static inline couchbase::core::operations::management:: method to_js (line 8759) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_drop_response> (line 8780) | struct js_to_cbpp_t< method from_js (line 8782) | static inline couchbase::core::operations::management:: method to_js (line 8793) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::view_index_drop_request> (line 8808) | struct js_to_cbpp_t< method from_js (line 8810) | static inline couchbase::core::operations::management:: method to_js (line 8830) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_link_replace_response> (line 8853) | struct js_to_cbpp_t< method from_js (line 8855) | static inline couchbase::core::operations::management:: method to_js (line 8870) | static inline Napi::Value type js_to_cbpp_t (line 8892) | struct js_to_cbpp_t> (line 8917) | struct js_to_cbpp_t< method from_js (line 8920) | static inline couchbase::core::operations::management:: method to_js (line 8941) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_link_replace_request< couchbase::core::management::analytics::couchbase_remote_link>> (line 8962) | struct js_to_cbpp_t< method from_js (line 8965) | static inline couchbase::core::operations::management:: method to_js (line 8986) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_link_replace_request< couchbase::core::management::analytics::s3_external_link>> (line 9010) | struct js_to_cbpp_t< method from_js (line 9013) | static inline couchbase::core::operations::management:: method to_js (line 9033) | static inline Napi::Value type js_to_cbpp_t (line 9057) | struct js_to_cbpp_t (line 9097) | struct js_to_cbpp_t (line 9123) | struct js_to_cbpp_t (line 9163) | struct js_to_cbpp_t< method from_js (line 9165) | static inline couchbase::core::operations::management::user_upsert_r... method to_js (line 9176) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::user_upsert_request> (line 9193) | struct js_to_cbpp_t< method from_js (line 9195) | static inline couchbase::core::operations::management::user_upsert_r... method to_js (line 9213) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_get_status_response> (line 9235) | struct js_to_cbpp_t< method from_js (line 9237) | static inline couchbase::core::operations::management:: method to_js (line 9253) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_get_status_request> (line 9276) | struct js_to_cbpp_t< method from_js (line 9278) | static inline couchbase::core::operations::management:: method to_js (line 9298) | static inline Napi::Value type js_to_cbpp_t (line 9318) | struct js_to_cbpp_t (line 9362) | struct js_to_cbpp_t (line 9404) | struct js_to_cbpp_t< method from_js (line 9406) | static inline couchbase::core::operations::management:: method to_js (line 9421) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_index_create_request> (line 9442) | struct js_to_cbpp_t< method from_js (line 9444) | static inline couchbase::core::operations::management:: method to_js (line 9468) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::scope_get_all_response> (line 9494) | struct js_to_cbpp_t< method from_js (line 9496) | static inline couchbase::core::operations::management:: method to_js (line 9508) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::scope_get_all_request> (line 9526) | struct js_to_cbpp_t< method from_js (line 9528) | static inline couchbase::core::operations::management::scope_get_all... method to_js (line 9543) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::user_get_response> (line 9562) | struct js_to_cbpp_t< method from_js (line 9564) | static inline couchbase::core::operations::management::user_get_resp... method to_js (line 9575) | static inline Napi::Value type js_to_cbpp_t (line 9594) | struct js_to_cbpp_t (line 9632) | struct js_to_cbpp_t< method from_js (line 9634) | static inline couchbase::core::operations::management:: method to_js (line 9647) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_drop_request> (line 9664) | struct js_to_cbpp_t< method from_js (line 9666) | static inline couchbase::core::operations::management:: method to_js (line 9687) | static inline Napi::Value to_js( type js_to_cbpp_t (line 9710) | struct js_to_cbpp_t (line 9742) | struct js_to_cbpp_t (line 9789) | struct js_to_cbpp_t< method from_js (line 9791) | static inline couchbase::core::operations::management:: method to_js (line 9803) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::search_get_stats_request> (line 9819) | struct js_to_cbpp_t< method from_js (line 9821) | static inline couchbase::core::operations::management:: method to_js (line 9837) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::user_drop_response> (line 9854) | struct js_to_cbpp_t< method from_js (line 9856) | static inline couchbase::core::operations::management::user_drop_res... method to_js (line 9865) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::user_drop_request> (line 9880) | struct js_to_cbpp_t< method from_js (line 9882) | static inline couchbase::core::operations::management::user_drop_req... method to_js (line 9899) | static inline Napi::Value type js_to_cbpp_t (line 9920) | struct js_to_cbpp_t (line 9958) | struct js_to_cbpp_t (line 10000) | struct js_to_cbpp_t (line 10032) | struct js_to_cbpp_t (line 10079) | struct js_to_cbpp_t< method from_js (line 10081) | static inline couchbase::core::operations::management::role_get_all_... method to_js (line 10093) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::role_get_all_request> (line 10113) | struct js_to_cbpp_t< method from_js (line 10115) | static inline couchbase::core::operations::management::role_get_all_... method to_js (line 10129) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_get_all_response> (line 10146) | struct js_to_cbpp_t< method from_js (line 10148) | static inline couchbase::core::operations::management:: method to_js (line 10160) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_get_all_request> (line 10179) | struct js_to_cbpp_t< method from_js (line 10181) | static inline couchbase::core::operations::management::group_get_all... method to_js (line 10195) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_link_create_response> (line 10212) | struct js_to_cbpp_t< method from_js (line 10214) | static inline couchbase::core::operations::management:: method to_js (line 10229) | static inline Napi::Value type js_to_cbpp_t (line 10251) | struct js_to_cbpp_t> (line 10276) | struct js_to_cbpp_t< method from_js (line 10279) | static inline couchbase::core::operations::management:: method to_js (line 10300) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_link_create_request< couchbase::core::management::analytics::couchbase_remote_link>> (line 10321) | struct js_to_cbpp_t< method from_js (line 10324) | static inline couchbase::core::operations::management:: method to_js (line 10345) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_link_create_request< couchbase::core::management::analytics::s3_external_link>> (line 10369) | struct js_to_cbpp_t< method from_js (line 10372) | static inline couchbase::core::operations::management:: method to_js (line 10392) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_drop_function_response> (line 10416) | struct js_to_cbpp_t< method from_js (line 10418) | static inline couchbase::core::operations::management:: method to_js (line 10432) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::eventing_drop_function_request> (line 10452) | struct js_to_cbpp_t< method from_js (line 10454) | static inline couchbase::core::operations::management:: method to_js (line 10475) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::collection_drop_response> (line 10496) | struct js_to_cbpp_t< method from_js (line 10498) | static inline couchbase::core::operations::management:: method to_js (line 10510) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::collection_drop_request> (line 10526) | struct js_to_cbpp_t< method from_js (line 10528) | static inline couchbase::core::operations::management:: method to_js (line 10547) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_problem> (line 10570) | struct js_to_cbpp_t< method from_js (line 10572) | static inline couchbase::core::operations::management::analytics_pro... method to_js (line 10581) | static inline Napi::Value type js_to_cbpp_t (line 10594) | struct js_to_cbpp_t (line 10626) | struct js_to_cbpp_t (line 10673) | struct js_to_cbpp_t (line 10709) | struct js_to_cbpp_t< method from_js (line 10711) | static inline couchbase::core::operations::management:: method to_js (line 10732) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_get_response> (line 10753) | struct js_to_cbpp_t< method from_js (line 10755) | static inline couchbase::core::operations::management::group_get_res... method to_js (line 10766) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_get_request> (line 10784) | struct js_to_cbpp_t< method from_js (line 10786) | static inline couchbase::core::operations::management::group_get_req... method to_js (line 10801) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_get_response> (line 10819) | struct js_to_cbpp_t< method from_js (line 10821) | static inline couchbase::core::operations::management:: method to_js (line 10833) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::view_index_get_request> (line 10852) | struct js_to_cbpp_t< method from_js (line 10854) | static inline couchbase::core::operations::management:: method to_js (line 10874) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_create_response> (line 10897) | struct js_to_cbpp_t< method from_js (line 10899) | static inline couchbase::core::operations::management:: method to_js (line 10911) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::bucket_create_request> (line 10928) | struct js_to_cbpp_t< method from_js (line 10930) | static inline couchbase::core::operations::management::bucket_create... method to_js (line 10946) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_dataset_drop_response> (line 10967) | struct js_to_cbpp_t< method from_js (line 10969) | static inline couchbase::core::operations::management:: method to_js (line 10984) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::analytics_dataset_drop_request> (line 11005) | struct js_to_cbpp_t< method from_js (line 11007) | static inline couchbase::core::operations::management:: method to_js (line 11028) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_drop_response> (line 11050) | struct js_to_cbpp_t< method from_js (line 11052) | static inline couchbase::core::operations::management::group_drop_re... method to_js (line 11061) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::group_drop_request> (line 11076) | struct js_to_cbpp_t< method from_js (line 11078) | static inline couchbase::core::operations::management::group_drop_re... method to_js (line 11093) | static inline Napi::Value type js_to_cbpp_t< couchbase::core::operations::management::search_index_get_response> (line 11111) | struct js_to_cbpp_t< method from_js (line 11113) | static inline couchbase::core::operations::management:: method to_js (line 11128) | static inline Napi::Value to_js( type js_to_cbpp_t< couchbase::core::operations::management::search_index_get_request> (line 11148) | struct js_to_cbpp_t< method from_js (line 11150) | static inline couchbase::core::operations::management:: method to_js (line 11171) | static inline Napi::Value to_js( type js_to_cbpp_t (line 11194) | struct js_to_cbpp_t (line 11228) | struct js_to_cbpp_t (line 11276) | struct js_to_cbpp_t< method from_js (line 11278) | static inline couchbase::core::operations::management:: method to_js (line 11293) | static inline Napi::Value type js_to_cbpp_t (line 11315) | struct js_to_cbpp_t (line 11340) | struct js_to_cbpp_t< method from_js (line 11342) | static inline couchbase::core::operations::management:: method to_js (line 11366) | static inline Napi::Value to_js( type js_to_cbpp_t (line 11393) | struct js_to_cbpp_t (line 11429) | struct js_to_cbpp_t (line 11473) | struct js_to_cbpp_t (line 11507) | struct js_to_cbpp_t (line 11552) | struct js_to_cbpp_t< method from_js (line 11554) | static inline couchbase::core::operations::management:: method to_js (line 11578) | static inline Napi::Value type js_to_cbpp_t (line 11615) | struct js_to_cbpp_t (line 11640) | struct js_to_cbpp_t< method from_js (line 11642) | static inline couchbase::core::operations::management:: method to_js (line 11664) | static inline Napi::Value type js_to_cbpp_t (line 11686) | struct js_to_cbpp_t { method from_js (line 11687) | static inline couchbase::core::impl::subdoc::command method to_js (line 11701) | static inline Napi::Value type js_to_cbpp_t (line 11718) | struct js_to_cbpp_t { method from_js (line 11719) | static inline couchbase::core::scan_term from_js(Napi::Value jsVal) method to_js (line 11727) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 11738) | struct js_to_cbpp_t { method from_js (line 11739) | static inline couchbase::core::range_scan from_js(Napi::Value jsVal) method to_js (line 11749) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 11763) | struct js_to_cbpp_t { method from_js (line 11764) | static inline couchbase::core::prefix_scan from_js(Napi::Value jsVal) method to_js (line 11771) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 11781) | struct js_to_cbpp_t { method from_js (line 11782) | static inline couchbase::core::sampling_scan from_js(Napi::Value jsVal) method to_js (line 11791) | static inline Napi::Value type js_to_cbpp_t (line 11803) | struct js_to_cbpp_t { method from_js (line 11804) | static inline couchbase::core::range_snapshot_requirements method to_js (line 11817) | static inline Napi::Value type js_to_cbpp_t (line 11833) | struct js_to_cbpp_t { method from_js (line 11834) | static inline couchbase::core::range_scan_create_options method to_js (line 11870) | static inline Napi::Value type js_to_cbpp_t (line 11915) | struct js_to_cbpp_t { method from_js (line 11916) | static inline couchbase::core::range_scan_create_result method to_js (line 11926) | static inline Napi::Value type js_to_cbpp_t (line 11939) | struct js_to_cbpp_t { method from_js (line 11940) | static inline couchbase::core::range_scan_continue_options method to_js (line 11957) | static inline Napi::Value type js_to_cbpp_t (line 11977) | struct js_to_cbpp_t { method from_js (line 11978) | static inline couchbase::core::range_scan_continue_result method to_js (line 11988) | static inline Napi::Value type js_to_cbpp_t (line 12001) | struct js_to_cbpp_t { method from_js (line 12002) | static inline couchbase::core::range_scan_cancel_options method to_js (line 12013) | static inline Napi::Value type js_to_cbpp_t (line 12027) | struct js_to_cbpp_t { method from_js (line 12028) | static inline couchbase::core::range_scan_item_body method to_js (line 12042) | static inline Napi::Value type js_to_cbpp_t (line 12059) | struct js_to_cbpp_t { method from_js (line 12060) | static inline couchbase::core::range_scan_item from_js(Napi::Value j... method to_js (line 12069) | static inline Napi::Value type js_to_cbpp_t (line 12083) | struct js_to_cbpp_t { method from_js (line 12084) | static inline couchbase::core::range_scan_cancel_result method to_js (line 12091) | static inline Napi::Value type js_to_cbpp_t (line 12101) | struct js_to_cbpp_t { method from_js (line 12102) | static inline couchbase::core::mutation_state from_js(Napi::Value js... method to_js (line 12110) | static inline Napi::Value type js_to_cbpp_t (line 12121) | struct js_to_cbpp_t { method from_js (line 12122) | static inline couchbase::core::range_scan_orchestrator_options from_js( method to_js (line 12143) | static inline Napi::Value FILE: src/jstocbpp_basic.hpp type couchnode (line 16) | namespace couchnode type js_to_cbpp_t (line 20) | struct js_to_cbpp_t { method to_js (line 21) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 27) | static inline couchbase::core::json_string from_js(Napi::Value jsVal) type js_to_cbpp_t (line 35) | struct js_to_cbpp_t { method from_js (line 36) | static inline couchbase::core::cluster_credentials type js_to_cbpp_t (line 53) | struct js_to_cbpp_t { method from_js (line 54) | static inline couchbase::core::io::dns::dns_config type js_to_cbpp_t (line 67) | struct js_to_cbpp_t { method to_js (line 68) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 79) | static inline couchbase::core::document_id from_js(Napi::Value jsVal) type js_to_cbpp_t (line 91) | struct js_to_cbpp_t { method to_js (line 92) | static inline Napi::Value to_js(Napi::Env env, couchbase::cas cppObj) method from_js (line 97) | static inline couchbase::cas from_js(Napi::Value jsVal) type js_to_cbpp_t (line 104) | struct js_to_cbpp_t { method to_js (line 105) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 111) | static inline couchbase::mutation_token from_js(Napi::Value jsVal) type js_to_cbpp_t (line 118) | struct js_to_cbpp_t { method to_js (line 119) | static inline Napi::Value method from_js (line 128) | static inline couchbase::core::query_context from_js(Napi::Value jsVal) type js_to_cbpp_t (line 141) | struct js_to_cbpp_t { method to_js (line 142) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 152) | static inline couchbase::codec::encoded_value from_js(Napi::Value js... type js_to_cbpp_t< std::shared_ptr> (line 163) | struct js_to_cbpp_t< method cbpp_wrapper_span_to_js (line 165) | static inline Napi::Value cbpp_wrapper_span_to_js( method to_js (line 188) | static inline Napi::Value to_js( FILE: src/jstocbpp_cpptypes.hpp type couchnode (line 11) | namespace couchnode type js_to_cbpp_t>> (line 16) | struct js_to_cbpp_t... method to_js (line 17) | static inline Napi::Value to_js(Napi::Env env, T cppObj) method T (line 26) | static inline T from_js(Napi::Value jsVal) type js_to_cbpp_t>> (line 38) | struct js_to_cbpp_t>> (line 52) | struct js_to_cbpp_t>> { method to_js (line 53) | static inline Napi::Value to_js(Napi::Env env, T cppObj) method T (line 58) | static inline T from_js(Napi::Value jsVal) type js_to_cbpp_t (line 66) | struct js_to_cbpp_t { method to_js (line 67) | static inline Napi::Value to_js(Napi::Env env, const std::string &cp... method from_js (line 72) | static inline std::string from_js(Napi::Value jsVal) type js_to_cbpp_t (line 84) | struct js_to_cbpp_t { method to_js (line 85) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 91) | static inline std::chrono::nanoseconds from_js(Napi::Value jsVal) type js_to_cbpp_t (line 104) | struct js_to_cbpp_t { method to_js (line 105) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 111) | static inline std::chrono::microseconds from_js(Napi::Value jsVal) type js_to_cbpp_t (line 124) | struct js_to_cbpp_t { method to_js (line 125) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 131) | static inline std::chrono::milliseconds from_js(Napi::Value jsVal) type js_to_cbpp_t (line 143) | struct js_to_cbpp_t { method to_js (line 144) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 150) | static inline std::chrono::seconds from_js(Napi::Value jsVal) type js_to_cbpp_t (line 163) | struct js_to_cbpp_t { method to_js (line 164) | static inline Napi::Value to_js(Napi::Env env, const std::monostate ... type js_to_cbpp_t> (line 172) | struct js_to_cbpp_t> { method to_js (line 173) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 182) | static inline std::optional from_js(Napi::Value jsVal) type js_to_cbpp_t> (line 193) | struct js_to_cbpp_t> { method to_js (line 194) | static inline Napi::Value to_js(Napi::Env env, const std::vector ... method from_js (line 203) | static inline std::vector from_js(Napi::Value jsVal) type js_to_cbpp_t> (line 220) | struct js_to_cbpp_t> { method to_js (line 221) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 231) | static inline std::array from_js(Napi::Value jsVal) type js_to_cbpp_t> (line 252) | struct js_to_cbpp_t> { method to_js (line 253) | static inline Napi::Value to_js(Napi::Env env, const std::set &cp... method from_js (line 263) | static inline std::set from_js(Napi::Value jsVal) type js_to_cbpp_t, typename std::enable_if_t>> (line 312) | struct js_to_cbpp_t, method to_js (line 314) | static inline Napi::Value to_js(Napi::Env env, const std::map ... method from_js (line 325) | static inline std::map from_js(Napi::Value jsVal) type js_to_cbpp_t> (line 374) | struct js_to_cbpp_t> { method to_js (line 375) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 381) | static inline std::vector from_js(Napi::Value jsVal) type js_to_cbpp_t> (line 280) | struct js_to_cbpp_t> { method to_js (line 281) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 291) | static inline std::map from_js(Napi::Value js... type js_to_cbpp_t> (line 347) | struct js_to_cbpp_t> { method to_js (line 349) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 366) | static inline std::variant from_js(Napi::Value jsVal) FILE: src/jstocbpp_defs.hpp type couchnode (line 8) | namespace couchnode type js_to_cbpp_t (line 12) | struct js_to_cbpp_t function T (line 15) | static inline T js_to_cbpp(Napi::Value jsVal) function js_to_cbpp (line 21) | static inline void js_to_cbpp(T &cppObj, Napi::Value jsVal) function cbpp_to_js (line 27) | static inline Napi::Value cbpp_to_js(Napi::Env env, const T &cppObj) function cbpp_to_js (line 34) | static inline Napi::Value cbpp_to_js( function T (line 42) | static inline T jsToCbpp(Napi::Value jsVal) function T (line 49) | static inline T jsToCbpp( function cbppToJs (line 57) | Napi::Value cbppToJs(Napi::Env env, const T &cppObj) function cbpp_wrapper_span_to_js (line 65) | static inline Napi::Value cbpp_wrapper_span_to_js(Napi::Env env, T wra... function get_cbpp_retries (line 70) | static inline size_t get_cbpp_retries(const T &ctx) function get_cbpp_retries (line 75) | size_t get_cbpp_retries(const couchbase::core::key_value_error_context... function get_cbpp_retries (line 80) | size_t get_cbpp_retries(const couchbase::core::subdocument_error_conte... function get_cbpp_retries (line 85) | size_t get_cbpp_retries(const couchbase::core::query_error_context &ctx) FILE: src/jstocbpp_errors.hpp type couchnode (line 12) | namespace couchnode type js_to_cbpp_t (line 16) | struct js_to_cbpp_t { method to_js (line 17) | static inline Napi::Value to_js(Napi::Env env, const std::exception ... type js_to_cbpp_t (line 25) | struct js_to_cbpp_t { method to_js (line 26) | static inline Napi::Value to_js(Napi::Env env, const std::error_code... method from_js (line 37) | static inline std::error_code from_js(Napi::Value jsVal) type js_to_cbpp_t (line 45) | struct js_to_cbpp_t { method to_js (line 46) | static inline Napi::Value type js_to_cbpp_t (line 58) | struct js_to_cbpp_t { method to_js (line 59) | static inline Napi::Value type js_to_cbpp_t (line 89) | struct js_to_cbpp_t { method to_js (line 90) | static inline Napi::Value type js_to_cbpp_t (line 123) | struct js_to_cbpp_t { method to_js (line 124) | static inline Napi::Value type js_to_cbpp_t (line 159) | struct js_to_cbpp_t { method to_js (line 160) | static inline Napi::Value type js_to_cbpp_t (line 206) | struct js_to_cbpp_t { method to_js (line 207) | static inline Napi::Value type js_to_cbpp_t (line 244) | struct js_to_cbpp_t { method to_js (line 245) | static inline Napi::Value type js_to_cbpp_t (line 288) | struct js_to_cbpp_t { method to_js (line 289) | static inline Napi::Value type js_to_cbpp_t (line 335) | struct js_to_cbpp_t { method to_js (line 336) | static inline Napi::Value FILE: src/jstocbpp_transactions.hpp type couchnode (line 18) | namespace couchnode type js_to_cbpp_t (line 23) | struct js_to_cbpp_t { method to_js (line 24) | static inline Napi::Value to_js(Napi::Env env, method from_js (line 31) | static inline tao::json::value from_js(Napi::Value jsVal) type js_to_cbpp_t (line 39) | struct js_to_cbpp_t { method from_js (line 40) | static inline cbtxns::transactions_config from_js(Napi::Value jsVal) type js_to_cbpp_t (line 99) | struct js_to_cbpp_t { method from_js (line 100) | static inline cbtxns::transaction_options from_js(Napi::Value jsVal) type js_to_cbpp_t (line 130) | struct js_to_cbpp_t { method from_js (line 131) | static inline cbcoretxns::transaction_links from_js(Napi::Value jsVal) method to_js (line 161) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 190) | struct js_to_cbpp_t { method from_js (line 191) | static inline cbcoretxns::document_metadata from_js(Napi::Value jsVal) method to_js (line 201) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 214) | struct js_to_cbpp_t { method from_js (line 215) | static inline cbtxns::transaction_keyspace from_js(Napi::Value jsVal) method to_js (line 230) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 242) | struct js_to_cbpp_t { method from_js (line 243) | static inline cbcoretxns::transaction_get_result from_js(Napi::Value... method to_js (line 255) | static inline Napi::Value type js_to_cbpp_t (line 269) | struct js_to_cbpp_t { method from_js (line 270) | static inline cbcoretxns::transaction_get_multi_result method to_js (line 280) | static inline Napi::Value type js_to_cbpp_t< cbcoretxns:: transaction_get_multi_replicas_from_preferred_server_group_result> (line 290) | struct js_to_cbpp_t< method from_js (line 293) | static inline cbcoretxns:: method to_js (line 305) | static inline Napi::Value type js_to_cbpp_t (line 318) | struct js_to_cbpp_t { method from_js (line 319) | static inline cbtxns::transaction_query_options from_js(Napi::Value ... type js_to_cbpp_t (line 417) | struct js_to_cbpp_t { method to_js (line 418) | static inline Napi::Value type js_to_cbpp_t (line 457) | struct js_to_cbpp_t { method to_js (line 458) | static inline Napi::Value type js_to_cbpp_t (line 473) | struct js_to_cbpp_t { method to_js (line 474) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 486) | struct js_to_cbpp_t { method to_js (line 487) | static inline Napi::Value type js_to_cbpp_t (line 498) | struct js_to_cbpp_t { method to_js (line 499) | static inline Napi::Value to_js(Napi::Env env, type js_to_cbpp_t (line 512) | struct js_to_cbpp_t { method to_js (line 513) | static inline Napi::Value type js_to_cbpp_t (line 530) | struct js_to_cbpp_t { method to_js (line 531) | static inline Napi::Value to_js(Napi::Env env, FILE: src/mutationtoken.cpp type couchnode (line 6) | namespace couchnode type MutationTokenData (line 9) | struct MutationTokenData { FILE: src/mutationtoken.hpp type couchnode (line 7) | namespace couchnode class MutationToken (line 10) | class MutationToken : public Napi::ObjectWrap FILE: src/scan_iterator.cpp type couchnode (line 5) | namespace couchnode FILE: src/scan_iterator.hpp type couchnode (line 6) | namespace couchnode class ScanIterator (line 9) | class ScanIterator : public Napi::ObjectWrap FILE: src/transaction.cpp type couchnode (line 11) | namespace couchnode class RefCallCookie (line 19) | class RefCallCookie method RefCallCookie (line 22) | RefCallCookie(Napi::Env env, Napi::Function jsCallback, method invoke (line 28) | void invoke(FwdFunc &&callback) FILE: src/transaction.hpp type couchnode (line 10) | namespace couchnode class Transaction (line 13) | class Transaction : public Napi::ObjectWrap FILE: src/transactions.cpp type couchnode (line 7) | namespace couchnode FILE: src/transactions.hpp type couchnode (line 10) | namespace couchnode class Transactions (line 13) | class Transactions : public Napi::ObjectWrap FILE: src/utils.hpp type couchnode (line 4) | namespace couchnode type utils (line 7) | namespace utils function napiGetSymbol (line 10) | static inline Napi::Symbol napiGetSymbol(const Napi::Env &env, std::... function napiDataToBuffer (line 19) | static inline Napi::Value napiDataToBuffer(Napi::Env env, const T &d... function T (line 25) | static inline T napiBufferToData(Napi::Value buf) FILE: test/cluster.test.js class TestProfile (line 14) | class TestProfile { method apply (line 15) | apply(options) { FILE: test/consistencyutil.js constant MANAGEMENT_PORT (line 3) | const MANAGEMENT_PORT = 8091 constant VIEWS_PORT (line 4) | const VIEWS_PORT = 8092 class ConsistencyUtils (line 6) | class ConsistencyUtils { method constructor (line 7) | constructor(hostname, auth) { method resourceIsPresent (line 12) | resourceIsPresent(statusCode) { method resourceIsDropped (line 16) | resourceIsDropped(statusCode) { method waitUntilUserPresent (line 20) | async waitUntilUserPresent(userName, domain = 'local') { method waitUntilUserDropped (line 31) | async waitUntilUserDropped(userName, domain = 'local') { method waitUntilGroupPresent (line 42) | async waitUntilGroupPresent(groupName) { method waitUntilGroupDropped (line 53) | async waitUntilGroupDropped(groupName) { method waitUntilBucketPresent (line 64) | async waitUntilBucketPresent(bucketName) { method waitUntilBucketDropped (line 75) | async waitUntilBucketDropped(bucketName) { method waitUntilDesignDocumentPresent (line 86) | async waitUntilDesignDocumentPresent(bucketName, designDocumentName) { method waitUntilDesignDocumentDropped (line 99) | async waitUntilDesignDocumentDropped(bucketName, designDocumentName) { method waitUntilViewPresent (line 112) | async waitUntilViewPresent(bucketName, designDocumentName, viewName) { method waitUntilViewDropped (line 123) | async waitUntilViewDropped(bucketName, designDocumentName, viewName) { method waitUntilScopePresent (line 134) | async waitUntilScopePresent(bucketName, scopeName) { method waitUntilScopeDropped (line 154) | async waitUntilScopeDropped(bucketName, scopeName) { method waitUntilCollectionPresent (line 174) | async waitUntilCollectionPresent(bucketName, scopeName, collectionName) { method waitUntilCollectionDropped (line 200) | async waitUntilCollectionDropped(bucketName, scopeName, collectionName) { method waitUntilCustomPredicate (line 226) | async waitUntilCustomPredicate( method waitUntilAllNodesMatchPredicate (line 242) | async waitUntilAllNodesMatchPredicate( method allNodesMatchPredicate (line 270) | async allNodesMatchPredicate(path, predicate, onlyStatusCode, port) { method runHttpRequest (line 287) | runHttpRequest(httpRequest, onlyStatusCode) { method waitForConfig (line 317) | async waitForConfig(isMock) { method getConfig (line 344) | getConfig() { method getClusterName (line 380) | getClusterName() { method sleep (line 416) | sleep(ms = 0) { FILE: test/crud.test.js function validateMutationToken (line 50) | function validateMutationToken(token) { function genericTests (line 58) | function genericTests(collFn) { FILE: test/datastructures.test.js function genericTests (line 6) | function genericTests(collFn) { FILE: test/errors.test.js function genericTests (line 6) | function genericTests(collFn) { FILE: test/eventing.test.js function genericTests (line 8) | function genericTests(connFn) { FILE: test/expiry.test.js function genericTests (line 6) | function genericTests(collFn) { FILE: test/harness.js class ServerVersion (line 54) | class ServerVersion { method constructor (line 55) | constructor(major, minor, patch, isMock) { method isAtLeast (line 62) | isAtLeast(major, minor, patch) { class Harness (line 136) | class Harness { method Features (line 137) | get Features() { method constructor (line 141) | constructor() { method connStr (line 175) | get connStr() { method bucketName (line 179) | get bucketName() { method scopeName (line 183) | get scopeName() { method collectionName (line 187) | get collectionName() { method connOpts (line 191) | get connOpts() { method consistencyUtils (line 199) | get consistencyUtils() { method supportsClusterLabels (line 206) | get supportsClusterLabels() { method throwsHelper (line 210) | async throwsHelper(fn) { method genTestKey (line 230) | genTestKey() { method _createMock (line 234) | async _createMock() { method _sendMockCmd (line 252) | async _sendMockCmd(mock, cmd, payload) { method prepare (line 265) | async prepare() { method initializeConsistencyUtils (line 309) | async initializeConsistencyUtils() { method newCluster (line 319) | async newCluster(options) { method cleanup (line 339) | async cleanup() { method sleep (line 356) | sleep(ms) { method supportsFeature (line 360) | supportsFeature(feature) { method requireFeature (line 433) | requireFeature(feature, cb) { method isServerVersionAtLeast (line 439) | isServerVersionAtLeast(major, minor, patch) { method skipIfMissingFeature (line 443) | skipIfMissingFeature(test, feature) { method supportsForAwaitOf (line 450) | supportsForAwaitOf() { method requireForAwaitOf (line 459) | requireForAwaitOf(cb) { method skipIfMissingAwaitOf (line 465) | skipIfMissingAwaitOf() { method tryNTimes (line 472) | async tryNTimes(n, delay, fn, ...args) { method tryNTimesWithCallback (line 485) | tryNTimesWithCallback(n, delay, fn, ...args) { method lib (line 506) | get lib() { method usingMock (line 510) | get usingMock() { method c (line 514) | get c() { method b (line 517) | get b() { method s (line 520) | get s() { method co (line 523) | get co() { method dco (line 526) | get dco() { FILE: test/jcbmock.js function _getMockVer (line 20) | function _getMockVer() { function _getMockJar (line 26) | function _getMockJar(callback) { function _bufferIndexOf (line 71) | function _bufferIndexOf(buffer, search) { function _startMock (line 89) | function _startMock(mockpath, options, callback) { function _createMock (line 269) | function _createMock(options, callback) { FILE: test/metrics/metertypes.js class NoOpTestValueRecorder (line 6) | class NoOpTestValueRecorder extends NoOpValueRecorder { method constructor (line 7) | constructor(name, attributes) { method recordValue (line 14) | recordValue(value) { class NoOpTestMeter (line 22) | class NoOpTestMeter extends NoOpMeter { method constructor (line 23) | constructor() { method valueRecorder (line 28) | valueRecorder(name, attributes) { method clear (line 37) | clear() { class TestValueRecorder (line 42) | class TestValueRecorder { method constructor (line 43) | constructor(name, attributes) { method recordValue (line 53) | recordValue(value) { class TestMeter (line 58) | class TestMeter { method constructor (line 59) | constructor() { method valueRecorder (line 63) | valueRecorder(name, attributes) { method getValueRecorderByOpName (line 72) | getValueRecorderByOpName(opName) { method clear (line 78) | clear() { FILE: test/metrics/validators.js class BaseValidator (line 12) | class BaseValidator { method constructor (line 13) | constructor(meter, { ctxSeparator = ' | ' } = {}) { method _defaults (line 19) | _defaults() { method _applyDefaults (line 30) | _applyDefaults() { method reset (line 34) | reset({ clearRecords = true } = {}) { method _ctx (line 42) | _ctx(valueRecorder, extra) { method _getValueRecorderFromMeter (line 63) | _getValueRecorderFromMeter(opName, isDataStructureOp = false) { method op (line 96) | op(value) { method error (line 101) | error(flag = true) { method nestedOps (line 106) | nestedOps(value) { method bucketName (line 111) | bucketName(value) { method scopeName (line 116) | scopeName(value) { method collectionName (line 121) | collectionName(value) { class BaseValueRecorderValidator (line 127) | class BaseValueRecorderValidator extends BaseValidator { method constructor (line 128) | constructor(meter, collectionDetails, supportsClusterLabels = false) { method _validateBaseMeterProperties (line 134) | _validateBaseMeterProperties(valueRecorder, opName, validateError = fa... class KeyValueRecorderValidator (line 184) | class KeyValueRecorderValidator extends BaseValueRecorderValidator { method constructor (line 185) | constructor(meter, collectionDetails, supportsClusterLabels = false) { method _validateMetrics (line 189) | _validateMetrics(valueRecorder, opName, validateError) { method validate (line 219) | validate() { class NoOpRecorderValidator (line 240) | class NoOpRecorderValidator extends BaseValueRecorderValidator { method constructor (line 241) | constructor(meter) { method validate (line 245) | validate() { class HttpRecorderValidator (line 254) | class HttpRecorderValidator extends BaseValueRecorderValidator { method constructor (line 255) | constructor(meter, supportsClusterLabels = false) { method _validateMetrics (line 259) | _validateMetrics(valueRecorder, opName, validateError) { method validate (line 298) | validate() { function createHttpValidator (line 313) | function createHttpValidator(meter, supportsClusterLabels = false) { function createKeyValueValidator (line 323) | function createKeyValueValidator( FILE: test/metricsdatastructures.test.js function metricsTests (line 9) | function metricsTests(collFn, meterFn, collectionDetailsFn) { FILE: test/metricskv.test.js constant INVALID_KEY_NAME (line 12) | const INVALID_KEY_NAME = 'not-a-key' function metricsTests (line 18) | function metricsTests(collFn, meterFn, collectionDetailsFn) { FILE: test/metricsmgmt.test.js function metricsTests (line 24) | function metricsTests(clusterFn, bucketFn, meterFn) { FILE: test/metricsstreaming.test.js function metricsTests (line 10) | function metricsTests(clusterFn, bucketFn, collFn, meterFn) { FILE: test/n1ql.test.js function genericTests (line 745) | function genericTests(collFn) { FILE: test/rangescan.test.js function validateResults (line 14) | function validateResults( function upsertTestData (line 41) | async function upsertTestData(target, testUid) { function rangeScanTests (line 59) | function rangeScanTests(collFn) { FILE: test/search.test.js function genericTests (line 13) | function genericTests(connFn, collFn) { FILE: test/streamablepromise.test.js constant ROWS (line 24) | const ROWS = [ class TestStreamableRowPromise (line 117) | class TestStreamableRowPromise extends StreamablePromise { method constructor (line 122) | constructor(fn) { class StreamablePromiseBuilder (line 140) | class StreamablePromiseBuilder { method buildStreamableRowPromise (line 141) | static buildStreamableRowPromise( method buildStreamableReplicaPromise (line 211) | static buildStreamableReplicaPromise( method buildStreamableScanPromise (line 261) | static buildStreamableScanPromise( function unhandledRejectionListener (line 317) | function unhandledRejectionListener() { function processResults (line 323) | function processResults(result, expected, done, otherChecks) { FILE: test/testdata.js function sleep (line 15) | async function sleep(ms) { function upsertTestData (line 19) | async function upsertTestData(target, testUid, retries = 3) { function upsertTestDataFromList (line 47) | async function upsertTestDataFromList(target, testUid, docList) { function removeTestData (line 69) | async function removeTestData(target, testDocs) { function testDocCount (line 106) | function testDocCount() { FILE: test/thresholdlogging.test.js function createHiResTime (line 28) | function createHiResTime(offsetSeconds = 0, offsetNanos = 0) { FILE: test/tracing/tracingtypes.js constant IGNORED_TEST_THRESHOLD_LOGGING_SPAN_VALUES (line 14) | const IGNORED_TEST_THRESHOLD_LOGGING_SPAN_VALUES = [ class TestSpan (line 19) | class TestSpan { method constructor (line 20) | constructor(name, parentSpan = null, startTime = null) { method setAttribute (line 30) | setAttribute(key, value) { method addEvent (line 34) | addEvent() {} method setStatus (line 36) | setStatus(status) { method end (line 40) | end(endTime = null) { class TestTracer (line 45) | class TestTracer { method constructor (line 46) | constructor() { method requestSpan (line 50) | requestSpan(name, parentSpan, startTime) { method getSpanByName (line 60) | getSpanByName(name) { method clear (line 64) | clear() { class NoOpTestSpan (line 69) | class NoOpTestSpan extends NoOpSpan { method constructor (line 70) | constructor(_name, _parentSpan = null, _startTime = null) { method setAttribute (line 75) | setAttribute(key, value) { method addEvent (line 79) | addEvent() {} method setStatus (line 81) | setStatus(status) { method end (line 85) | end(endTime = null) { class NoOpTestTracer (line 93) | class NoOpTestTracer extends NoOpTracer { method constructor (line 94) | constructor() { method requestSpan (line 99) | requestSpan(name, parentSpan, startTime) { method getSpanByName (line 109) | getSpanByName(name) { method clear (line 113) | clear() { class ThresholdLoggingTestSpan (line 118) | class ThresholdLoggingTestSpan extends ThresholdLoggingSpan { method constructor (line 119) | constructor(name, tracer, parentSpan, startTime) { method end (line 125) | end(endTime = null) { method setAttribute (line 136) | setAttribute(key, value) { class ThresholdLoggingTestTracer (line 142) | class ThresholdLoggingTestTracer extends ThresholdLoggingTracer { method constructor (line 143) | constructor(opts = {}) { method requestSpan (line 152) | requestSpan(name, parentSpan, startTime) { method getSpanByName (line 162) | getSpanByName(name) { method clear (line 166) | clear() { method checkThreshold (line 172) | checkThreshold(spanSnapshot) { FILE: test/tracing/validators.js constant DISPATCH_SPAN_NAME (line 24) | const DISPATCH_SPAN_NAME = 'dispatch_to_server' constant ENCODING_SPAN_NAME (line 25) | const ENCODING_SPAN_NAME = 'request_encoding' constant ENCODING_OPS (line 26) | const ENCODING_OPS = [ class BaseValidator (line 33) | class BaseValidator { method constructor (line 34) | constructor(tracer, { ctxSeparator = ' | ' } = {}) { method _defaults (line 40) | _defaults() { method _applyDefaults (line 59) | _applyDefaults() { method reset (line 63) | reset({ clearSpans = true } = {}) { method _ctx (line 71) | _ctx(span, extra) { method _getSpanFromTracer (line 89) | _getSpanFromTracer(tracer, opName, parentSpan = null) { method op (line 118) | op(value) { method parent (line 123) | parent(value) { method error (line 128) | error(flag = true) { method errorBeforeDispatch (line 133) | errorBeforeDispatch(flag = true) { method durability (line 138) | durability(value) { method nestedOps (line 143) | nestedOps(value) { method serverDurationAboveZero (line 148) | serverDurationAboveZero(value = true) { method retryCountAboveZero (line 153) | retryCountAboveZero(value = true) { method childKvOps (line 158) | childKvOps(value) { method childKvOpError (line 167) | childKvOpError(flag = true) { method statement (line 172) | statement(value) { method bucketName (line 177) | bucketName(value) { method scopeName (line 182) | scopeName(value) { method collectionName (line 187) | collectionName(value) { class BaseSpanValidator (line 193) | class BaseSpanValidator extends BaseValidator { method constructor (line 194) | constructor(tracer, collectionDetails, supportsClusterLabels = false) { method _validateHrTime (line 200) | _validateHrTime(time, ctx) { method _validateTotalTime (line 206) | _validateTotalTime(startTime, endTime, ctx) { method _validateSpanTime (line 216) | _validateSpanTime(span, ctx) { method _validateBaseSpanProperties (line 222) | _validateBaseSpanProperties(span, spanName, validateError = false) { method _validateDispatchSpanCommon (line 264) | _validateDispatchSpanCommon(span, parentSpan, spanName, ctx) { method _getSpanFromTracer (line 290) | _getSpanFromTracer(tracer, opName, parentSpan = null) { class KeyValueSpanValidator (line 320) | class KeyValueSpanValidator extends BaseSpanValidator { method constructor (line 321) | constructor(tracer, collectionDetails, is_mock = false) { method _validateDispatchSpan (line 325) | _validateDispatchSpan(span, parentSpan) { method _validateDispatchSpans (line 352) | _validateDispatchSpans(span) { method _validateEncodingSpans (line 365) | _validateEncodingSpans(span) { method _validateSingleSpan (line 398) | _validateSingleSpan(span) { method _validateNestedSpan (line 466) | _validateNestedSpan(span) { method _validateSingleSpanWithAttrs (line 536) | _validateSingleSpanWithAttrs( method validate (line 599) | validate() { class DatastructureSpanValidator (line 614) | class DatastructureSpanValidator extends BaseSpanValidator { method constructor (line 615) | constructor(tracer, collectionDetails, supportsClusterLabels = false) { method validate (line 619) | validate() { method _validateChildKvSpan (line 653) | _validateChildKvSpan(span, parentSpan, spanName) { method _validateDispatchSpan (line 705) | _validateDispatchSpan(span, parentSpan) { class HttpSpanValidator (line 725) | class HttpSpanValidator extends BaseSpanValidator { method constructor (line 726) | constructor(tracer, collectionDetails, supportsClusterLabels = false) { method _validateDispatchSpans (line 730) | _validateDispatchSpans(span) { method _validateSingleSpan (line 743) | _validateSingleSpan(span) { method _validateNestedSpan (line 807) | _validateNestedSpan(span) { method _validateSingleSpanWithAttrs (line 873) | _validateSingleSpanWithAttrs(span, opName, parentSpan, validateError) { method validate (line 927) | validate() { class KeyValueThresholdLoggingValidator (line 942) | class KeyValueThresholdLoggingValidator extends BaseValidator { method constructor (line 943) | constructor(tracer, isDsOp = false) { method validate (line 948) | validate() { method _getFromAttributes (line 956) | _getFromAttributes(span, attributeName, defaultValue = null) { method _collectSpansByName (line 963) | _collectSpansByName(targetName, currentSpan) { method _validateDispatchSpan (line 981) | _validateDispatchSpan(span) { method _validateEncodingSpans (line 1084) | _validateEncodingSpans(span) { method _validateDsSpan (line 1099) | _validateDsSpan() { method _validateSpan (line 1114) | _validateSpan() { method _validate (line 1127) | _validate(span) { class HttpThresholdLoggingValidator (line 1151) | class HttpThresholdLoggingValidator extends BaseValidator { method constructor (line 1152) | constructor(tracer) { method validate (line 1156) | validate() { method _getFromAttributes (line 1169) | _getFromAttributes(span, attributeName, defaultValue = null) { method _collectSpansByName (line 1176) | _collectSpansByName(targetName, currentSpan) { method _validateDispatchSpan (line 1194) | _validateDispatchSpan(span) { method _validate (line 1277) | _validate(span) { class NoOpValidator (line 1300) | class NoOpValidator extends BaseValidator { method constructor (line 1301) | constructor(tracer) { method validate (line 1305) | validate() { function createKeyValueValidator (line 1333) | function createKeyValueValidator( function createDatastructureValidator (line 1353) | function createDatastructureValidator( function createHttpValidator (line 1373) | function createHttpValidator( FILE: test/tracingdatastructures.test.js function tracingTests (line 13) | function tracingTests(collFn, tracerFn, collectionDetailsFn) { FILE: test/tracingkv.test.js constant INVALID_KEY_NAME (line 17) | const INVALID_KEY_NAME = 'not-a-key' function tracingTests (line 23) | function tracingTests(collFn, tracerFn, collectionDetailsFn) { FILE: test/tracingmgmt.test.js function tracingTests (line 28) | function tracingTests(clusterFn, bucketFn, tracerFn) { FILE: test/tracingstreaming.test.js function tracingTests (line 14) | function tracingTests( FILE: test/transactions.test.js function upsertTestData (line 17) | async function upsertTestData(target, testUid) { class AllowUndefinedTranscoder (line 35) | class AllowUndefinedTranscoder { method encode (line 36) | encode(value) { method decode (line 48) | decode(bytes, flags) { FILE: test/transcoder.test.js constant DOC_COUNT (line 12) | const DOC_COUNT = 20 function genericTests (line 14) | function genericTests(collFn) { FILE: test/users.test.js function toExpectedRole (line 13) | function toExpectedRole(name, bucket, scope, collection) { function toExpectedRoleFromString (line 31) | function toExpectedRoleFromString(role) { function toExpectedUserAndMetadata (line 49) | function toExpectedUserAndMetadata(user, domain, groups) { function validateUserAndMetadata (line 86) | function validateUserAndMetadata(actual, expected) { FILE: test/utilities.test.js function unhandledRejectionListener (line 11) | function unhandledRejectionListener() { function processResults (line 17) | function processResults(result, expected, done, otherChecks) { function resetResult (line 49) | function resetResult() { function setExpected (line 57) | function setExpected(success, error, unhandledRejection) { FILE: test/views.test.js function getkeysAndDocIds (line 24) | function getkeysAndDocIds(testDocs) { function getSortedDocIds (line 47) | function getSortedDocIds(testDocs, desc = false) { FILE: test/workerthread.test.js function startWorker (line 8) | async function startWorker(workerData) { FILE: test/workerthread.worker.js function doWork (line 9) | async function doWork() { FILE: tools/gen-bindings-js.js function getTsType (line 25) | function getTsType(type, typeDb) { function getCppType (line 115) | function getCppType(type) { function getUnprefixedName (line 159) | function getUnprefixedName(name) { function getTsNiceName (line 198) | function getTsNiceName(name) { function uppercaseFirstLetter (line 233) | function uppercaseFirstLetter(name) { function getEnumTsName (line 237) | function getEnumTsName(name) { function getStructTsName (line 241) | function getStructTsName(name) { function isIgnoredField (line 250) | function isIgnoredField(st, fieldName) { function getOpReqName (line 269) | function getOpReqName(name){ constant FILE_WRITER_DEBUG (line 281) | const FILE_WRITER_DEBUG = false class FileWriter (line 282) | class FileWriter { method constructor (line 283) | constructor(regionName) { method write (line 288) | write(data) { method genProlog (line 296) | genProlog() { method genEpilog (line 299) | genEpilog() { method save (line 303) | async save(filePath) { method saveToRegion (line 315) | async saveToRegion(filePath) { function go (line 349) | async function go() { FILE: tools/gen-bindings-json.py class BindingsGenerator (line 224) | class BindingsGenerator: method __init__ (line 226) | def __init__(self, method configure_generator (line 240) | def configure_generator(self, method gen_bindings (line 307) | def gen_bindings(self) -> None: method process_observability (line 338) | def process_observability(self) -> None: method set_file_list (line 364) | def set_file_list(self) -> None: method traverse (line 390) | def traverse(self, node, namespace, main_file) -> None: method set_cxx_deps_include_paths (line 513) | def set_cxx_deps_include_paths(dep, includes): method list_headers_in_dir (line 528) | def list_headers_in_dir(path: str, file_startswith: Optional[str] = No... method is_included_type (line 547) | def is_included_type(name: str, type_list_re: List[str], with_durabili... method parse_type (line 565) | def parse_type(type_: str) -> Dict[str, str]: method parse_type_str (line 570) | def parse_type_str(type_str: str) -> Dict[str, str]: method sh (line 698) | def sh(command: str, piped: Optional[bool] = False) -> Tuple[str, int]: method find_llvm (line 720) | def find_llvm() -> None: method get_llvm_version (line 741) | def get_llvm_version() -> str: method get_llvm_includedir (line 748) | def get_llvm_includedir() -> str: method get_llvm_libdir (line 755) | def get_llvm_libdir() -> str: method get_system_headers (line 762) | def get_system_headers() -> str: