Property ReadUnits
ReadUnits
Gets or sets read units for the replica table.
Declaration
public Nullable<int> ReadUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> | Read units. If not set, defaults to read units for the existing table. |