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

View Source

Local filesystem backup location

Summary

Functions

Create new filesystem location

Convert to API format

Types

t()

@type t() :: %WeaviateEx.Backup.Location.Filesystem{path: String.t()}

Functions

new(path)

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

Create new filesystem location

to_api(filesystem)

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

Convert to API format