SecondaryIndicesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new SecondaryIndicesProperty {
object Columns,
object IndexName,
object PrimaryKeys,
object IndexType = null
};
Properties
Name | Type | Description |
---|---|---|
Columns |
object |
No description. |
IndexName |
object |
No description. |
PrimaryKeys |
object |
No description. |
IndexType |
object |
No description. |
Columns
Required
public object Columns { get; set; }
- Type: object
IndexName
Required
public object IndexName { get; set; }
- Type: object
PrimaryKeys
Required
public object PrimaryKeys { get; set; }
- Type: object
IndexType
Optional
public object IndexType { get; set; }
- Type: object