InfluxDBDatabaseProps
Properties for defining a InfluxDBDatabase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-influxdbdatabase
Initializer
using AlibabaCloud.SDK.ROS.CDK.Tsdb;
new InfluxDBDatabaseProps {
object DbName,
object InstanceId
};
Properties
Name | Type | Description |
---|---|---|
DbName |
object |
Property dbName: The name of database. |
InstanceId |
object |
Property instanceId: The ID of TSDB for InfluxDB. |
DbName
Required
public object DbName { get; set; }
- Type: object
Property dbName: The name of database.
The name can at most be 64 characters in length and can contain lowercase letters, digits, and underscores (_). It must start with a letter and end with a letter or digit.
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of TSDB for InfluxDB.