Skip to content

FieldSchemasProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.FieldSchemasProperty {
    FieldName: interface{},
    FieldType: interface{},
    Analyzer: interface{},
    EnableSortAndAgg: interface{},
    Index: interface{},
    IsArray: interface{},
    Store: interface{},
    SubFieldSchemas: interface{},
}

Properties

Name Type Description
FieldName interface{} No description.
FieldType interface{} No description.
Analyzer interface{} No description.
EnableSortAndAgg interface{} No description.
Index interface{} No description.
IsArray interface{} No description.
Store interface{} No description.
SubFieldSchemas interface{} No description.

FieldNameRequired

FieldName interface{}
  • Type: interface{}

FieldTypeRequired

FieldType interface{}
  • Type: interface{}

AnalyzerOptional

Analyzer interface{}
  • Type: interface{}

EnableSortAndAggOptional

EnableSortAndAgg interface{}
  • Type: interface{}

IndexOptional

Index interface{}
  • Type: interface{}

IsArrayOptional

IsArray interface{}
  • Type: interface{}

StoreOptional

Store interface{}
  • Type: interface{}

SubFieldSchemasOptional

SubFieldSchemas interface{}
  • Type: interface{}