azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ind...

84 строки
5.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.IndexingSchedule"
fullName: "com.azure.search.models.IndexingSchedule"
name: "IndexingSchedule"
nameWithType: "IndexingSchedule"
summary: "Represents a schedule for indexer execution."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **IndexingSchedule**"
constructors:
- uid: "com.azure.search.models.IndexingSchedule.IndexingSchedule()"
fullName: "com.azure.search.models.IndexingSchedule.IndexingSchedule()"
name: "IndexingSchedule()"
nameWithType: "IndexingSchedule.IndexingSchedule()"
syntax: "public IndexingSchedule()"
methods:
- uid: "com.azure.search.models.IndexingSchedule.getInterval()"
fullName: "com.azure.search.models.IndexingSchedule.getInterval()"
name: "getInterval()"
nameWithType: "IndexingSchedule.getInterval()"
summary: "Get the interval property: The interval of time between indexer executions."
syntax: "public Duration getInterval()"
desc: "Get the interval property: The interval of time between indexer executions."
returns:
description: "the interval value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- uid: "com.azure.search.models.IndexingSchedule.getStartTime()"
fullName: "com.azure.search.models.IndexingSchedule.getStartTime()"
name: "getStartTime()"
nameWithType: "IndexingSchedule.getStartTime()"
summary: "Get the start<wbr>Time property: The time when an indexer should start running."
syntax: "public OffsetDateTime getStartTime()"
desc: "Get the startTime property: The time when an indexer should start running."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.search.models.IndexingSchedule.setInterval(java.time.Duration)"
fullName: "com.azure.search.models.IndexingSchedule.setInterval(Duration interval)"
name: "setInterval(Duration interval)"
nameWithType: "IndexingSchedule.setInterval(Duration interval)"
summary: "Set the interval property: The interval of time between indexer executions."
parameters:
- description: "the interval value to set."
name: "interval"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public IndexingSchedule setInterval(Duration interval)"
desc: "Set the interval property: The interval of time between indexer executions."
returns:
description: "the IndexingSchedule object itself."
type: "<xref href=\"com.azure.search.models.IndexingSchedule?alt=com.azure.search.models.IndexingSchedule&text=IndexingSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.IndexingSchedule.setStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.search.models.IndexingSchedule.setStartTime(OffsetDateTime startTime)"
name: "setStartTime(OffsetDateTime startTime)"
nameWithType: "IndexingSchedule.setStartTime(OffsetDateTime startTime)"
summary: "Set the start<wbr>Time property: The time when an indexer should start running."
parameters:
- description: "the startTime value to set."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public IndexingSchedule setStartTime(OffsetDateTime startTime)"
desc: "Set the startTime property: The time when an indexer should start running."
returns:
description: "the IndexingSchedule object itself."
type: "<xref href=\"com.azure.search.models.IndexingSchedule?alt=com.azure.search.models.IndexingSchedule&text=IndexingSchedule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents a schedule for indexer execution."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1