Skip to content

RosAccountProps

Properties for defining a RosAccount.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new RosAccountProps {
    object AccountName,
    object DbInstanceId,
    object RefreshOptions = null
};

Properties

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

AccountNameRequired

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

DbInstanceIdRequired

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

RefreshOptionsOptional

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