Skip to main content
This helper method makes a request to the Retrieve index settings endpoint, and returns true if that request succeeds.

Usage

var response = await client.IndexExistsAsync("ALGOLIA_INDEX_NAME");

Parameters

  • C#
  • Go
  • Java
  • JavaScript
  • Kotlin
  • PHP
  • Python
  • Ruby
  • Scala
  • Swift
indexName
string
required
Index name to check.
I