Skip to content

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.

EnableRequestMetricsOptional

public object EnableRequestMetrics { get; set; }
  • Type: object

LogBeginRuleOptional

public object LogBeginRule { get; set; }
  • Type: object

LogstoreOptional

public object Logstore { get; set; }
  • Type: object

ProjectOptional

public object Project { get; set; }
  • Type: object