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
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type IndexingScheduleModifier and TypeClassDescriptionfinal classRepresents a schedule for indexer execution.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.KnowledgeSourceIngestionParameters.getIngestionSchedule()Get the ingestionSchedule property: Optional schedule for data ingestion.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 TypeMethodDescriptionKnowledgeSourceIngestionParameters.setIngestionSchedule(IndexingSchedule ingestionSchedule) Set the ingestionSchedule property: Optional schedule for data ingestion.SearchIndexer.setSchedule(IndexingSchedule schedule) Set the schedule property: The schedule for this indexer.