CosmosDbEx.Container (cosmos_db_ex v0.1.0) View Source

A simple struct used to instruct the library which database and container to communicate with.

Link to this section Summary

Link to this section Types

Specs

t() :: %CosmosDbEx.Container{container_name: String.t(), database: String.t()}

Link to this section Functions

Link to this function

new(database, container_name)

View Source

Specs

new(String.t(), String.t()) :: t()