Skip to content

RosDbInstanceProps

Properties for defining a RosDbInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-graphdatabase-dbinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new RosDbInstanceProps {
    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