indexingStatus method
Gets the indexing status of the collection.
Implementation
Future<IndexStatusResponse> indexingStatus() => _records.indexingStatus();
Gets the indexing status of the collection.
Future<IndexStatusResponse> indexingStatus() => _records.indexingStatus();