DelayRangeString
A string-based time range with start and end values for delay scheduling.
Notes
Defines a time-of-day range using string values (e.g., 08:00 to 17:00) to apply crawl delay rules during specific hours. The start and end values specify the beginning and end of the time window, inclusive.
Usage
- YAML
- JSON
- XML
end: string
start: string
{
"end": "string",
"start": "string"
}
<timeRange>
<end>string</end>
<start>string</start>
</timeRange>
Properties
| Property | Type | Required | Default |
|---|---|---|---|
end | string | No | - |
start | string | No | - |
Property Details
end
The end boundary of the range.
start
The start boundary of the range.