Skip to content

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.

ColumnsRequired

public object Columns { get; set; }
  • Type: object

IndexNameRequired

public object IndexName { get; set; }
  • Type: object

PrimaryKeysRequired

public object PrimaryKeys { get; set; }
  • Type: object

IndexTypeOptional

public object IndexType { get; set; }
  • Type: object