Show / Hide Table of Contents

Class StreamingTargetDetailsResponse

The Streaming target response. Private metadata is included when the target is a stream accessed through a private endpoint.

Inheritance
object
TargetDetailsResponse
StreamingTargetDetailsResponse
Inherited Members
TargetDetailsResponse.PrivateEndpointMetadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class StreamingTargetDetailsResponse : TargetDetailsResponse

Properties

StreamId

Declaration
[Required(ErrorMessage = "StreamId is required.")]
[JsonProperty(PropertyName = "streamId")]
public string StreamId { get; set; }
Property Value
Type Description
string

The OCID of the stream.

Remarks

Required

In this article
Back to top