ExStorageService.Operations.Blob (ex_storage_service v0.6.2)

Copy Markdown View Source

Read-only blob location and bounded durability audit operations.

Summary

Functions

audit_page(context, cursor \\ nil, limit \\ 100, opts \\ [])

@spec audit_page(
  ExStorageService.Context.t(),
  binary() | nil,
  pos_integer(),
  keyword()
) ::
  {:ok, map()} | {:error, term()}

locate(hash, opts \\ [])

@spec locate(
  binary(),
  keyword()
) :: {:ok, map()} | {:error, term()}