public sealed class LookupStreamObjectRequest : IMessage<LookupStreamObjectRequest>, IEquatable<LookupStreamObjectRequest>, IDeepCloneable<LookupStreamObjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class LookupStreamObjectRequest.
Request for looking up a specific stream object by its source object
identifier.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The latest version available for the `LookupStreamObjectRequest` is 2.9.0, but this page is referencing version 2.2.0."],["`LookupStreamObjectRequest` is an API class within the DataStream v1 API, used for requesting a specific stream object by its source object identifier."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LookupStreamObjectRequest` class includes properties for `Parent` (the owning stream), `ParentAsStreamName` (a `StreamName`-typed view of `Parent`), and `SourceObjectIdentifier` (the mapping identifier)."],["This class has available constructors: a parameterless `LookupStreamObjectRequest()`, and one that takes another `LookupStreamObjectRequest` object as a parameter."]]],[]]