Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-redis-instance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosInstanceProps {
    object DbInstanceId,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object No description.
RefreshOptions object No description.

DbInstanceIdRequired

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

RefreshOptionsOptional

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