%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
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- LogicalToOdbc()
- OdbcToLogical()