public final class IndexingSchedule extends Object
| Constructor and Description |
|---|
IndexingSchedule(Duration interval)
Constructor of
IndexingSchedule. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getInterval()
Get the interval property: The interval of time between indexer
executions.
|
OffsetDateTime |
getStartTime()
Get the startTime property: The time when an indexer should start
running.
|
IndexingSchedule |
setStartTime(OffsetDateTime startTime)
Set the startTime property: The time when an indexer should start
running.
|
public IndexingSchedule(Duration interval)
IndexingSchedule.interval - The interval of time between indexer executions.public Duration getInterval()
public OffsetDateTime getStartTime()
public IndexingSchedule setStartTime(OffsetDateTime startTime)
startTime - the startTime value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.