FieldSchemasProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new FieldSchemasProperty {
object FieldName,
object FieldType,
object Analyzer = null,
object EnableSortAndAgg = null,
object Index = null,
object IsArray = null,
object Store = null,
object SubFieldSchemas = null
};
Properties
FieldName
Required
public object FieldName { get; set; }
FieldType
Required
public object FieldType { get; set; }
Analyzer
Optional
public object Analyzer { get; set; }
EnableSortAndAgg
Optional
public object EnableSortAndAgg { get; set; }
Index
Optional
public object Index { get; set; }
IsArray
Optional
public object IsArray { get; set; }
Store
Optional
public object Store { get; set; }
SubFieldSchemas
Optional
public object SubFieldSchemas { get; set; }