Uses of Class
com.azure.search.documents.indexes.models.IndexingSchedule
Packages that use IndexingSchedule
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of IndexingSchedule in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexingScheduleModifier and TypeMethodDescriptionSearchIndexer.getSchedule()
Get the schedule property: The schedule for this indexer.IndexingSchedule.setStartTime
(OffsetDateTime startTime) Set the startTime property: The time when an indexer should start running.Methods in com.azure.search.documents.indexes.models with parameters of type IndexingScheduleModifier and TypeMethodDescriptionSearchIndexer.setSchedule
(IndexingSchedule schedule) Set the schedule property: The schedule for this indexer.