Qdrantex.Qdrant.SnapshotDescription (Qdrantex v1.8.0)

Summary

Types

@type t() :: %Qdrantex.Qdrant.SnapshotDescription{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  checksum: String.t() | nil,
  creation_time: Google.Protobuf.Timestamp.t() | nil,
  name: String.t(),
  size: integer()
}