RosMetricStoreProps
Properties for defining a RosMetricStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-metricstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosMetricStoreProps {
object LogstoreName,
object ProjectName,
object PreserveStorage = null,
object ShardCount = null,
object Ttl = null
};
Properties
Name | Type | Description |
---|---|---|
LogstoreName |
object |
No description. |
ProjectName |
object |
No description. |
PreserveStorage |
object |
No description. |
ShardCount |
object |
No description. |
Ttl |
object |
No description. |
LogstoreName
Required
public object LogstoreName { get; set; }
- Type: object
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
PreserveStorage
Optional
public object PreserveStorage { get; set; }
- Type: object
ShardCount
Optional
public object ShardCount { get; set; }
- Type: object
Ttl
Optional
public object Ttl { get; set; }
- Type: object