RosLogstoreProps
Properties for defining a RosLogstore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-logstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosLogstoreProps {
object LogstoreName,
object ProjectName,
object AppendMeta = null,
object AutoSplit = null,
object EnableTracking = null,
object EncryptConf = null,
object MaxSplitShard = null,
object Mode = null,
object PreserveStorage = null,
object ShardCount = null,
object Ttl = null
};
Properties
Name | Type | Description |
---|---|---|
LogstoreName |
object |
No description. |
ProjectName |
object |
No description. |
AppendMeta |
object |
No description. |
AutoSplit |
object |
No description. |
EnableTracking |
object |
No description. |
EncryptConf |
object |
No description. |
MaxSplitShard |
object |
No description. |
Mode |
object |
No description. |
PreserveStorage |
object |
No description. |
ShardCount |
object |
No description. |
Ttl |
object |
No description. |
LogstoreName
Required
public object LogstoreName { get; set; }
- Type: object
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
AppendMeta
Optional
public object AppendMeta { get; set; }
- Type: object
AutoSplit
Optional
public object AutoSplit { get; set; }
- Type: object
EnableTracking
Optional
public object EnableTracking { get; set; }
- Type: object
EncryptConf
Optional
public object EncryptConf { get; set; }
- Type: object
MaxSplitShard
Optional
public object MaxSplitShard { get; set; }
- Type: object
Mode
Optional
public object Mode { get; set; }
- Type: object
PreserveStorage
Optional
public object PreserveStorage { get; set; }
- Type: object
ShardCount
Optional
public object ShardCount { get; set; }
- Type: object
Ttl
Optional
public object Ttl { get; set; }
- Type: object