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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `LookupStreamObjectRequest` class within the DataStream v1 API for .NET, specifically version 2.3.0."],["`LookupStreamObjectRequest` is used to request a specific stream object by its source object identifier, which belongs to a parent stream."],["The `LookupStreamObjectRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `LookupStreamObjectRequest` include `Parent` (the parent stream name), `ParentAsStreamName` (a typed view of the parent resource name), and `SourceObjectIdentifier` (the identifier for the desired stream object)."],["The latest version for this API is 2.9.0, and there are 11 versions detailed in the documentation."]]],[]]