Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Config] >  [SearchTablePropAttrs]
Private  Storage   

abstract class Ens.Config.SearchTablePropAttrs

SearchTable Property attributes, shared between Item and Prop definitions

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

Properties
IndexType PropType StoreNulls Unselective

Subclasses
Ens.Config.SearchTableItem Ens.Config.SearchTableProp

Properties

• property IndexType as %String(VALUELIST=",None,Standard,Bitmap",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "None" ];
Build an index of this type for values stored with this property type
• property PropType as %String(VALUELIST=",String:CaseSensitive,String:CaseInsensitive,Integer,Numeric,Boolean,DateTime:ODBC,DateTime:HL7",XMLPROJECTION="ATTRIBUTE");
Normalize case for this property type when storing and querying
• property StoreNulls as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Store empty values in the SearchTable for this property type
• property Unselective as %Boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.