Skip to content

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

Name Type Description
FieldName object No description.
FieldType object No description.
Analyzer object No description.
EnableSortAndAgg object No description.
Index object No description.
IsArray object No description.
Store object No description.
SubFieldSchemas object No description.

FieldNameRequired

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

FieldTypeRequired

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

AnalyzerOptional

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

EnableSortAndAggOptional

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

IndexOptional

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

IsArrayOptional

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

StoreOptional

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

SubFieldSchemasOptional

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