indexFullness property

  1. @JsonKey.new(includeIfNull: false)
double? get indexFullness
inherited

The fullness of the index, regardless of whether a metadata filter expression was passed. The granularity of this metric is 10%.

Implementation

@JsonKey(includeIfNull: false)
double? get indexFullness => throw _privateConstructorUsedError;