Qdrantex.Qdrant.RecoverShardSnapshotRequest (Qdrantex v1.8.0)

Summary

Types

@type t() :: %Qdrantex.Qdrant.RecoverShardSnapshotRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  checksum: String.t() | nil,
  collection_name: String.t(),
  shard_id: non_neg_integer(),
  snapshot_location: Qdrantex.Qdrant.ShardSnapshotLocation.t() | nil,
  snapshot_priority: Qdrantex.Qdrant.ShardSnapshotPriority.t()
}