IndexStats constructor

IndexStats({
  1. int vectorsCount = 0,
  2. int sparseVectorsCount = 0,
  3. int shardsCount = 0,
})

Implementation

IndexStats({
  this.vectorsCount = 0,
  this.sparseVectorsCount = 0,
  this.shardsCount = 0,
}) : super(fullyQualifiedName);