public sealed class StreamInfo : IMessage<StreamInfo>, IEquatable<StreamInfo>, IDeepCloneable<StreamInfo>, IBufferMessage, IMessageReference documentation and code samples for the Apigee Connect v1 API class StreamInfo.
The Information of bi-directional stream.
Implements
IMessageStreamInfo, IEquatableStreamInfo, IDeepCloneableStreamInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
StreamInfo()
public StreamInfo()StreamInfo(StreamInfo)
public StreamInfo(StreamInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamInfo |
Properties
Id
public string Id { get; set; }Unique identifier for the stream.
| Property Value | |
|---|---|
| Type | Description |
string |
|