correlationId property

  1. @TagNumber.new(34)
String get correlationId

Cross-service correlation key supplied by the SDK/app or generated by the portable layer. Native/Web adapters may propagate it through HTTP headers or OS task metadata, but C++ owns the canonical event field.

Implementation

@$pb.TagNumber(34)
$core.String get correlationId => $_getSZ(33);
  1. @TagNumber.new(34)
set correlationId (String value)

Implementation

@$pb.TagNumber(34)
set correlationId($core.String value) => $_setString(33, value);