| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingSchedule |
SearchIndexer.getSchedule()
Get the schedule property: The schedule for this indexer.
|
IndexingSchedule |
IndexingSchedule.setStartTime(OffsetDateTime startTime)
Set the startTime property: The time when an indexer should start
running.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexer |
SearchIndexer.setSchedule(IndexingSchedule schedule)
Set the schedule property: The schedule for this indexer.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.