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. |
Read
Required
public object Read { get; set; }
- Type: object
Write
Required
public object Write { get; set; }
- Type: object