Sha256: bccdb21d19d6cf292fe486fbdbd802d5c8dadf89a581c8ac63a42db999fd5ce2
Contents?: true
Size: 1.89 KB
Versions: 4
Compression:
Stored size: 1.89 KB
Contents
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2020-2021 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once #include "core/operations/document_analytics.hxx" #include "core/operations/document_append.hxx" #include "core/operations/document_decrement.hxx" #include "core/operations/document_exists.hxx" #include "core/operations/document_get.hxx" #include "core/operations/document_get_all_replicas.hxx" #include "core/operations/document_get_and_lock.hxx" #include "core/operations/document_get_and_touch.hxx" #include "core/operations/document_get_any_replica.hxx" #include "core/operations/document_get_projected.hxx" #include "core/operations/document_increment.hxx" #include "core/operations/document_insert.hxx" #include "core/operations/document_lookup_in.hxx" #include "core/operations/document_mutate_in.hxx" #include "core/operations/document_prepend.hxx" #include "core/operations/document_query.hxx" #include "core/operations/document_remove.hxx" #include "core/operations/document_replace.hxx" #include "core/operations/document_search.hxx" #include "core/operations/document_touch.hxx" #include "core/operations/document_unlock.hxx" #include "core/operations/document_upsert.hxx" #include "core/operations/document_view.hxx" #include "core/operations/http_noop.hxx" #include "core/operations/mcbp_noop.hxx"
Version data entries
4 entries across 4 versions & 1 rubygems