Class PreloadingAttemptSource
Lists sources for a preloading attempt, specifically the ids of rule sets that had a speculation rule that triggered the attempt, and the BackendNodeIds of <a href> or <area href> elements that triggered the attempt (in the case of attempts triggered by a document rule). It is possible for multiple rule sets and links to trigger a single attempt.
public sealed class PreloadingAttemptSource
- Inheritance
-
PreloadingAttemptSource
- Inherited Members
Properties
Key
key
[JsonPropertyName("key")]
public PreloadingAttemptKey Key { get; set; }
Property Value
NodeIds
nodeIds
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]
RuleSetIds
ruleSetIds
[JsonPropertyName("ruleSetIds")]
public string[] RuleSetIds { get; set; }
Property Value
- string[]