IndexingSchedule Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. IndexingSchedule
- com.
Implements
public final class IndexingSchedule
implements JsonSerializable<IndexingSchedule>
Represents a schedule for indexer execution.
Constructor | Description |
---|---|
Indexing |
Creates an instance of Indexing |
Modifier and Type | Method and Description |
---|---|
static
Indexing |
from Reads an instance of Indexing |
Duration |
get Get the interval property: The interval of time between indexer executions. |
Offset |
get Get the start |
Indexing |
set Set the start |
Json |
to |
Methods inherited from java.lang.Object
IndexingSchedule
public IndexingSchedule(Duration interval)
Creates an instance of IndexingSchedule class.
Parameters:
fromJson
public static IndexingSchedule fromJson(JsonReader jsonReader)
Reads an instance of IndexingSchedule from the JsonReader.
Parameters:
Returns:
Throws:
getInterval
public Duration getInterval()
Get the interval property: The interval of time between indexer executions.
Returns:
getStartTime
public OffsetDateTime getStartTime()
Get the startTime property: The time when an indexer should start running.
Returns:
setStartTime
public IndexingSchedule setStartTime(OffsetDateTime startTime)
Set the startTime property: The time when an indexer should start running.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: