package azure-cosmos-db

  1. Overview
  2. Docs
Azure cosmos db interface

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=9d6c72984d8657207a715d5198221b40
sha512=9c9da903d5abe5e335bb7083eeda62345830239628f96d1b7292adfab82c1cc9fe304399527178cb8dfa6dd4537a15bbd4f6f12b073a14fb168a8f96bba93ad7

doc/src/azure-cosmos-db.app-config/json_t.ml.html

Source file json_t.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(* Auto-generated from "json.atd" *)
[@@@ocaml.warning "-27-32-33-35-39"]

type kv_item = {
  etag: string;
  key: string;
  label: string option;
  content_type: string option;
  locked: bool;
  last_modified: string
}

type kv_result = { items: kv_item list }