package azblob

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. key : string;
  2. name : string;
  3. protocol : string;
  4. suffix : string;
}
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool
val init : t

init returns default.

val parse_exn : string -> t

parse_exn parses a connection string and returns t.