Skip to content

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 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.
PreserveStorage object No description.
ShardCount object No description.
Ttl object No description.

LogstoreNameRequired

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

ProjectNameRequired

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

AppendMetaOptional

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

AutoSplitOptional

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

EnableTrackingOptional

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

EncryptConfOptional

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

MaxSplitShardOptional

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

PreserveStorageOptional

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

ShardCountOptional

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

TtlOptional

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