SlsConfigsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new SlsConfigsProperty {
object LogDir = null,
object Logstore = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
LogDir |
object |
No description. |
Logstore |
object |
No description. |
Type |
object |
No description. |
LogDir
Optional
public object LogDir { get; set; }
- Type: object
Logstore
Optional
public object Logstore { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object