To determine when the time-consuming process of creating a large batch of users or migrating users from one cluster to another is complete, this operation retrieves the status of the process.
// Initialize the clientvar client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.HasPendingMappingsAsync();// print the responseConsole.WriteLine(response);
See the full API reference
For more details about input parameters
and response fields.