LogConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new LogConfigProperty {
object EnableRequestMetrics = null,
object LogBeginRule = null,
object Logstore = null,
object Project = null
};
Properties
Name | Type | Description |
---|---|---|
EnableRequestMetrics |
object |
No description. |
LogBeginRule |
object |
No description. |
Logstore |
object |
No description. |
Project |
object |
No description. |
EnableRequestMetrics
Optional
public object EnableRequestMetrics { get; set; }
- Type: object
LogBeginRule
Optional
public object LogBeginRule { get; set; }
- Type: object
Logstore
Optional
public object Logstore { get; set; }
- Type: object
Project
Optional
public object Project { get; set; }
- Type: object