Skip to main content

%External.Messaging.SQSMessageAttribute

serial class %External.Messaging.SQSMessageAttribute extends %Library.SerialObject, %JSON.Adaptor

Property Inventory

Properties

property binaryValue as %GlobalBinaryStream;
Binary value of type Binary
Property methods: binaryValueDelete(), binaryValueGet(), binaryValueGetObject(), binaryValueGetObjectId(), binaryValueGetSwizzled(), binaryValueIsValid(), binaryValueNewObject(), binaryValueOid(), binaryValueOpen(), binaryValueSet(), binaryValueSetObject(), binaryValueSetObjectId(), binaryValueUnSwizzle()
property dataType as %String;
Data type. Possible values are String, Number and Binary
Property methods: dataTypeDisplayToLogical(), dataTypeGet(), dataTypeIsValid(), dataTypeLogicalToDisplay(), dataTypeLogicalToOdbc(), dataTypeNormalize(), dataTypeSet()
property key as %String;
Key of the attribute
Property methods: keyDisplayToLogical(), keyGet(), keyIsValid(), keyLogicalToDisplay(), keyLogicalToOdbc(), keyNormalize(), keySet()
property stringValue as %String);
String value of type String and Number
Property methods: stringValueDisplayToLogical(), stringValueGet(), stringValueIsValid(), stringValueLogicalToDisplay(), stringValueLogicalToOdbc(), stringValueNormalize(), stringValueSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab