Interface IndexStatsOrBuilder (3.10.0)

public interface IndexStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getShardsCount()

public abstract int getShardsCount()

Output only. The number of shards in the Index.

int32 shards_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The shardsCount.

getVectorsCount()

public abstract long getVectorsCount()

Output only. The number of vectors in the Index.

int64 vectors_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The vectorsCount.