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