WeaviateEx.Backup.Location.Azure (WeaviateEx v0.7.4)

View Source

Azure Blob Storage backup location

Summary

Functions

Create new Azure location

Convert to API format

Types

t()

@type t() :: %WeaviateEx.Backup.Location.Azure{
  connection_string: String.t() | nil,
  container: String.t(),
  path: String.t()
}

Functions

new(container, path, opts \\ [])

@spec new(String.t(), String.t(), keyword()) :: t()

Create new Azure location

to_api(loc)

@spec to_api(t()) :: map()

Convert to API format