Property Replicas
Replicas
Cloud Service only.
Gets a list containing information for each replica, if this table
is replicated (i.e. Global Active Table).
Declaration
public IReadOnlyList<ReplicaInfo> Replicas { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ReplicaInfo> |
List containing information for each replica if this table is
replicated, otherwise null.
|