View Source Cosmox.Structs.Database (Cosmox v0.1.1)

Represents a database from the CosmosDB API.

Link to this section Summary

Link to this section Types

@type t() :: %{
  id: binary(),
  _rid: binary(),
  _self: binary(),
  _etag: binary(),
  _colls: binary(),
  _users: binary(),
  _ts: binary()
}