API clients
Retrieves an object with non-null index settings.
settings
// Initialize the client var client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY")); // Call the API var response = await client.GetSettingsAsync("<YOUR_INDEX_NAME>", 2); // >LOG
Was this page helpful?