Uses of Class
com.azure.search.documents.indexes.models.IndexingSchedule
Packages that use IndexingSchedule
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexingSchedule in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexingScheduleModifier and TypeMethodDescriptionstatic IndexingScheduleIndexingSchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexingSchedule from the JsonReader.SearchIndexer.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.