Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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); // print the response Console.WriteLine(response);
Was this page helpful?