NBByteArrayInputEvent Offset Property IBM Integration Bus
Returns the offset passed in on the constructor, or the Length of the byte array if the two argument constructor was used.

Namespace: IBM.Broker.Plugin.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public long Offset { get; }

Property Value

Type: OnlineInt64
The provided offset or the Length of the byte array.
See Also