indexUsed property

  1. @JsonKey(name: r'indexUsed')
String? indexUsed
final

Index name used for the query. During A/B testing, the targeted index isn't always the index used by the query.

Implementation

@JsonKey(name: r'indexUsed')
final String? indexUsed;