replicas property

  1. @JsonKey(name: r'replicas')
List<String>? replicas
final

Only present if the index is a primary index with replicas. Contains the names of all linked replicas.

Implementation

@JsonKey(name: r'replicas')
final List<String>? replicas;