persistent class %Identity.Data.LinkDefaults
extends %Persistent, %XML.Adaptor
property alsoKnownAs
as %String(MAXLEN=512);
ObjectScript list of names that this type is also known as
property encryptedMultiFieldPred
as %String(MAXLEN=1000);
agreement predicate for this encrypted property that may include references to other properties
property encryptedMultiFieldWeightExpr
as %String(MAXLEN=1000);
multi-encrypted-field agreement weight expression
property encryptedSingleFieldPred
as %String(MAXLEN=1000);
agreement predicate that depends only on the current encrypted property
property encryptedSingleFieldWeightExpr
as %String(MAXLEN=1000);
single-encrypted-field agreement weight expression
property mProb
as %Numeric(MAXVAL="0.9999999999",MINVAL="0.0000000001",SCALE=10);
default m-probability, the probability that two attribute values of this type agree, given that
the records represent the same individual.
property multiFieldAgreementPred
as %String(MAXLEN=1000);
agreement predicate that may include references to other properties
property multiFieldAgreementWeightExpr
as %String(MAXLEN=1000);
multi-field agreement weight expression
property schemaVersion
as %String [ InitialExpression = "2.0" ];
Physical schema version number
property singleFieldAgreementPred
as %String(MAXLEN=1000);
agreement predicate that depends only on the current property
property singleFieldAgreementWeightExpr
as %String(MAXLEN=1000);
single-field agreement weight expression
property sqlNullSemantics
as %Integer(MAXVAL=3,MINVAL=1) [ InitialExpression = 1 ];
default semantics when one or both values of this type are missing: IMTNullNeqAny=1, IMTNullEqlNull=2,
or IMTNullEqlAny=3.
property type
as %String [ Required ];
Identity type name, for example "givenname" or "surname"
property uProb
as %Numeric(MAXVAL="0.9999999999",MINVAL="0.0000000001",SCALE=10);
default u-probability, the probability that two attribute values of this type agree, given that
the records represent different individuals
method ConvertToStoredProc()
Convert extrinsic function calls to stored procedure calls
classmethod GetDefaultMU(type As %String, mProb As %Numeric, uProb As %Numeric)
as %Status
index (pk on type) [IdKey];