package azure-cosmos-db-lwt

  1. Overview
  2. Docs
Lwt backend for azure-cosmos-db

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=d40d44729ff32f4a858ec00ea36eada9
sha512=9c94e4af0f79fd97eb1bbf8bac4ea6764200b037ebb4cba197c0ce463e52424f533bbbacac37e7a4f410e1edf4acb92939f3a899ed7391cc012a5ebcb16f4619

doc/src/azure-cosmos-db-lwt.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 }