primary property

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

Replica indices only: the name of the primary index for this replica.

Implementation

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