LogConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new LogConfigProperty {
object EnableInstanceMetrics = null,
object EnableRequestMetrics = null,
object LogBeginRule = null,
object Logstore = null,
object Project = null
};
Properties
EnableInstanceMetrics
Optional
public object EnableInstanceMetrics { get; set; }
EnableRequestMetrics
Optional
public object EnableRequestMetrics { get; set; }
LogBeginRule
Optional
public object LogBeginRule { get; set; }
Logstore
Optional
public object Logstore { get; set; }
Project
Optional
public object Project { get; set; }