Skip to content

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.

final readonly class IndexHints

SourceIndex/IndexHints.php
PropertyTypeDescription
$date?``stringreadonly.
$hour?``stringreadonly.
$key?``stringreadonly.

public function __construct(?string $key = null, ?string $date = null, ?string $hour = null): mixed

ParameterTypeDescription
$key?``string
$date?``string
$hour?``string

Returns mixed