Apigee Connect v1 API - Class StreamInfo (2.1.0)

public sealed class StreamInfo : IMessage<StreamInfo>, IEquatable<StreamInfo>, IDeepCloneable<StreamInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Apigee Connect v1 API class StreamInfo.

The Information of bi-directional stream.

Inheritance

Object > StreamInfo

Namespace

Google.Cloud.ApigeeConnect.V1

Assembly

Google.Cloud.ApigeeConnect.V1.dll

Constructors

StreamInfo()

public StreamInfo()

StreamInfo(StreamInfo)

public StreamInfo(StreamInfo other)
Parameter
NameDescription
otherStreamInfo

Properties

Id

public string Id { get; set; }

Unique identifier for the stream.

Property Value
TypeDescription
String