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
EnableInstanceMetricsOptional
public object EnableInstanceMetrics { get; set; }
EnableRequestMetricsOptional
public object EnableRequestMetrics { get; set; }
LogBeginRuleOptional
public object LogBeginRule { get; set; }
LogstoreOptional
public object Logstore { get; set; }
ProjectOptional
public object Project { get; set; }