ReservedThroughputProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new ReservedThroughputProperty {
object Read,
object Write
};
Properties
| Name | Type | Description |
|---|---|---|
Read |
object |
No description. |
Write |
object |
No description. |
ReadRequired
public object Read { get; set; }
- Type: object
WriteRequired
public object Write { get; set; }
- Type: object