RosIndexProps
Properties for defining a RosIndex
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-index
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosIndexProps {
FullTextIndex: interface{},
LogstoreName: interface{},
ProjectName: interface{},
KeyIndices: interface{},
LogReduce: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FullTextIndex |
interface{} |
No description. |
LogstoreName |
interface{} |
No description. |
ProjectName |
interface{} |
No description. |
KeyIndices |
interface{} |
No description. |
LogReduce |
interface{} |
No description. |
FullTextIndex
Required
FullTextIndex interface{}
- Type: interface{}
LogstoreName
Required
LogstoreName interface{}
- Type: interface{}
ProjectName
Required
ProjectName interface{}
- Type: interface{}
KeyIndices
Optional
KeyIndices interface{}
- Type: interface{}
LogReduce
Optional
LogReduce interface{}
- Type: interface{}