Client APIOperationsMaintenance OperationsIndexesResume IndexOperations: How to Start an Index C#Java The StartIndexOperation is used to resume indexing for an index.Syntaxpublic StartIndexOperation(string indexName)ParametersindexNamestringname of an index to start indexingExamplestore.Maintenance.Send(new StartIndexOperation("Orders/Totals"));