RosInfluxDBDatabaseProps
Properties for defining a RosInfluxDBDatabase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-influxdbdatabase
Initializer
using AlibabaCloud.SDK.ROS.CDK.Tsdb;
new RosInfluxDBDatabaseProps {
object DbName,
object InstanceId
};
Properties
Name | Type | Description |
---|---|---|
DbName |
object |
No description. |
InstanceId |
object |
No description. |
DbName
Required
public object DbName { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object