RosIndexProps
Properties for defining a RosIndex.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-index
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosIndexProps {
object FullTextIndex,
object LogstoreName,
object ProjectName,
object KeyIndices = null,
object LogReduce = null
};
Properties
| Name | Type | Description |
|---|---|---|
FullTextIndex |
object |
No description. |
LogstoreName |
object |
No description. |
ProjectName |
object |
No description. |
KeyIndices |
object |
No description. |
LogReduce |
object |
No description. |
FullTextIndexRequired
public object FullTextIndex { get; set; }
- Type: object
LogstoreNameRequired
public object LogstoreName { get; set; }
- Type: object
ProjectNameRequired
public object ProjectName { get; set; }
- Type: object
KeyIndicesOptional
public object KeyIndices { get; set; }
- Type: object
LogReduceOptional
public object LogReduce { get; set; }
- Type: object