IndexHints
The developer-supplied resolution hints from quiote cassette:fetch/quiote replay --save: a key pasted straight out of a log line, or a date/hour narrowing a prefix scan.
Every field is optional — a bare id with no hints at all is exactly the case a log-analytics index is for.
Synopsis
Section titled “Synopsis”final readonly class IndexHints
| Source | Index/IndexHints.php |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
$date | ?``string | readonly. |
$hour | ?``string | readonly. |
$key | ?``string | readonly. |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(?string $key = null, ?string $date = null, ?string $hour = null): mixed
| Parameter | Type | Description |
|---|---|---|
$key | ?``string | |
$date | ?``string | |
$hour | ?``string |
Returns mixed