Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Storage.SigSourceinclude Sihl_core.Container.Service.Sigval lifecycle : Sihl_core.Container.Lifecycle.tval find_opt : id:string -> Sihl_type.Storage_stored.t option Lwt.tGet the meta data of a complete file.
This will not download the content, use get_data_base64 for that.
val find : id:string -> Sihl_type.Storage_stored.t Lwt.tval upload_base64 :
file:Sihl_type.Storage_file.t ->
base64:string ->
Sihl_type.Storage_stored.t Lwt.tUpload base64 string as data content for file.
val update_base64 :
file:Sihl_type.Storage_stored.t ->
base64:string ->
Sihl_type.Storage_stored.t Lwt.tUpload and overwrite base64 strong content of file.
val download_data_base64_opt :
file:Sihl_type.Storage_stored.t ->
string option Lwt.tDownload actual file content for file.
val download_data_base64 : file:Sihl_type.Storage_stored.t -> string Lwt.tval register : unit -> Sihl_core.Container.Service.t