Interface CreateNamespaceRequestSchemaFieldsValue

CreateNamespaceRequestSchemaFieldsValue

interface CreateNamespaceRequestSchemaFieldsValue {
    filterable?: boolean;
}

Properties

Properties

filterable?: boolean

Whether the field is filterable. If true, the field is indexed and can be used in filters. Only true values are allowed.

CreateNamespaceRequestSchemaFieldsValue