public static class Schema.Field extends Object
Modifier and Type | Field and Description |
---|---|
String |
name |
boolean |
noindex |
boolean |
sortable |
Schema.FieldType |
type |
Constructor and Description |
---|
Field(String name,
Schema.FieldType type,
boolean sortable) |
Field(String name,
Schema.FieldType type,
boolean sortable,
boolean noindex) |
public final String name
public final Schema.FieldType type
public final boolean sortable
public final boolean noindex
public Field(String name, Schema.FieldType type, boolean sortable)
public Field(String name, Schema.FieldType type, boolean sortable, boolean noindex)
Copyright © 2020 RedisLabs. All rights reserved.