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