Skip to content

TablesProps

Properties for defining a Tables.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ots-tables

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ots;
new TablesProps {
    object InstanceName,
    object RefreshOptions = null,
    object TableName = null
};

Properties

Name Type Description
InstanceName object Property instanceName: The name of the instance to which the table belongs.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
TableName object Property tableName: The name of table.

InstanceNameRequired

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

Property instanceName: The name of the instance to which the table belongs.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

TableNameOptional

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

Property tableName: The name of table.