package azblob

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Azblob.ConnSource

Sourcetype t = {
  1. key : string;
  2. name : string;
  3. protocol : string;
  4. suffix : string;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval equal : t -> t -> bool
Sourceval init : t

init returns default.

Sourceval parse_exn : string -> t

parse_exn parses a connection string and returns t.