RosTableProps
Properties for defining a RosTable.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-table
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new RosTableProps {
object InstanceName,
object PrimaryKey,
object TableName,
object Columns = null,
object DeviationCellVersionInSec = null,
object MaxVersions = null,
object ReservedThroughput = null,
object SecondaryIndices = null,
object TimeToLive = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceName |
object |
No description. |
PrimaryKey |
object |
No description. |
TableName |
object |
No description. |
Columns |
object |
No description. |
DeviationCellVersionInSec |
object |
No description. |
MaxVersions |
object |
No description. |
ReservedThroughput |
object |
No description. |
SecondaryIndices |
object |
No description. |
TimeToLive |
object |
No description. |
InstanceNameRequired
public object InstanceName { get; set; }
- Type: object
PrimaryKeyRequired
public object PrimaryKey { get; set; }
- Type: object
TableNameRequired
public object TableName { get; set; }
- Type: object
ColumnsOptional
public object Columns { get; set; }
- Type: object
DeviationCellVersionInSecOptional
public object DeviationCellVersionInSec { get; set; }
- Type: object
MaxVersionsOptional
public object MaxVersions { get; set; }
- Type: object
ReservedThroughputOptional
public object ReservedThroughput { get; set; }
- Type: object
SecondaryIndicesOptional
public object SecondaryIndices { get; set; }
- Type: object
TimeToLiveOptional
public object TimeToLive { get; set; }
- Type: object