package azure-cosmos-db

  1. Overview
  2. Docs
Azure cosmos db interface

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.2.tar.gz
md5=3fb5402dcb98d902cddf0d13f75b4bdc
sha512=f7303d66de88c87026a3a7e0559571e19fb606a9c7a17a033e6bab4b9b56b4fee2d40cdefafc5e9266bf90f83643bd8f4350767633560a485a97dc59f876ec0e

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 }