class Qdrant::Api::Snapshots

Defined in:

qdrant-api/api/snapshots.cr
qdrant-api/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(conn : Connection) #

[View source]

Instance Method Detail

def create(*, wait : Bool | Nil = nil) : Response(Qdrant::Api::CreateSnapshot200Response) #

Create storage snapshot Create new snapshot of the whole storage


[View source]
def delete(snapshot_name : String, *, wait : Bool | Nil = nil) : Response(Qdrant::Api::RecoverFromUploadedSnapshot200Response) #

Delete storage snapshot Delete snapshot of the whole storage


[View source]
def get(snapshot_name : String) : Response(File) #

Download storage snapshot Download specified snapshot of the whole storage as a file


[View source]

List of storage snapshots Get list of snapshots of the whole storage


[View source]