Skip to main content

HS.HC.DataType.StreamletId

datatype class HS.HC.DataType.StreamletId extends %Library.String

ODBC Type: VARCHAR

Base class to define data type of StreamletId as used on the Edge Gateway

Parameters

parameter MAXLEN = 50;
Overriding MAXLEN: Id is an opaque identifier. (NOTE) It is currently formed by concatentating two integers (aggregation key and a sequence number within the aggregation key) delimited by a "-" (e.g. "1234-1"), but the semantics of the id should NOT be relied upon.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab