Qdrantex.Qdrant.CollectionClusterInfoResponse (Qdrantex v1.8.0)

Summary

Types

@type t() :: %Qdrantex.Qdrant.CollectionClusterInfoResponse{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  local_shards: [Qdrantex.Qdrant.LocalShardInfo.t()],
  peer_id: non_neg_integer(),
  remote_shards: [Qdrantex.Qdrant.RemoteShardInfo.t()],
  shard_count: non_neg_integer(),
  shard_transfers: [Qdrantex.Qdrant.ShardTransferInfo.t()]
}